Skip to content

Commit

Permalink
New version (24.08)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanabishi authored and Hanabishi committed Aug 12, 2024
1 parent c7bc127 commit 718f3f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = 7-zip-full
pkgdesc = File archiver with a high compression ratio (full package to replace p7zip)
pkgver = 24.07
pkgver = 24.08
pkgrel = 1
url = https://7-zip.org/
arch = x86_64
Expand All @@ -16,14 +16,14 @@ pkgbase = 7-zip-full
provides = p7zip
provides = 7z.so
conflicts = p7zip
noextract = 7z2407-linux-x64.tar.xz
source = https://github.com/ip7z/7zip/archive/24.07/7zip-24.07.tar.gz
source = https://github.com/ip7z/7zip/releases/download/24.07/7z2407-linux-x64.tar.xz
noextract = 7z2408-linux-x64.tar.xz
source = https://github.com/ip7z/7zip/archive/24.08/7zip-24.08.tar.gz
source = https://github.com/ip7z/7zip/releases/download/24.08/7z2408-linux-x64.tar.xz
source = 01-make.patch
source = 02-lib-load-path.patch
sha256sums = 3c81290ecb0da2bc1dcf72301c009fbb7a2b3424497bbc9fdf38700d34d9b8c7
sha256sums = 4a47877a7f6eba7fe6c900f7379bb2061b9620b588cf3189d99ae2a8aaa8f503
sha256sums = f54dfe73ad045f200d5512dfd4387ef626068662a5af6e17d81052996544af54
sha256sums = a37ab4537d8d2f63b5d6e6aa7300dd9fa728823fa90a7e99bc063c31d6f5dac5
sha256sums = 9b3a2edf0644a2b00b0a39ab6843f426128e4a6f6f98c40f8c02a668e5b5b59b
sha256sums = fc5f46ddb1834c8e518b58c0fe69837b73f2529e3754461541d106f8436bfa67
sha256sums = 338b732445d3cfa416e40384bd9f0596506aa4b464b3f86aa971af4cfa6084c7

pkgname = 7-zip-full
2 changes: 1 addition & 1 deletion 01-make.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
@@ -213 +213 @@
-CXXFLAGS = $(MY_ARCH_2) $(LOCAL_FLAGS) $(CXXFLAGS_BASE2) $(CFLAGS_BASE) $(FLAGS_FLTO) $(CXXFLAGS_EXTRA) $(CC_SHARED) $(CXX_WARN_FLAGS) $(CXX_STD_FLAGS) $(CXX_INCLUDE_FLAGS) -o $@
+CXXFLAGS = $(MY_ARCH_2) $(LOCAL_FLAGS) $(CXXFLAGS_BASE2) $(CFLAGS_BASE) $(FLAGS_FLTO) $(CXXFLAGS_EXTRA) $(CC_SHARED) $(CXX_WARN_FLAGS) $(CXX_STD_FLAGS) $(CXX_INCLUDE_FLAGS) $(CXXFLAGS_USER) -o $@
@@ -251 +251 @@
@@ -254 +254 @@
-LFLAGS_ALL = $(LFLAGS_STRIP) $(MY_ARCH_2) $(LDFLAGS) $(FLAGS_FLTO) $(LD_arch) $(LFLAGS_NOEXECSTACK) $(OBJS) $(MY_LIBS) $(LIB2)
+LFLAGS_ALL = $(LFLAGS_STRIP) $(MY_ARCH_2) $(LDFLAGS) $(FLAGS_FLTO) $(LD_arch) $(LFLAGS_NOEXECSTACK) $(LDFLAGS_USER) $(OBJS) $(MY_LIBS) $(LIB2)
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_name=7-zip
pkgname=${_name}-full
pkgver=24.07
pkgver=24.08
pkgrel=1
pkgdesc='File archiver with a high compression ratio (full package to replace p7zip)'
url='https://7-zip.org/'
Expand All @@ -25,9 +25,9 @@ source=(
)

sha256sums=(
'3c81290ecb0da2bc1dcf72301c009fbb7a2b3424497bbc9fdf38700d34d9b8c7'
'4a47877a7f6eba7fe6c900f7379bb2061b9620b588cf3189d99ae2a8aaa8f503'
'f54dfe73ad045f200d5512dfd4387ef626068662a5af6e17d81052996544af54'
'a37ab4537d8d2f63b5d6e6aa7300dd9fa728823fa90a7e99bc063c31d6f5dac5'
'9b3a2edf0644a2b00b0a39ab6843f426128e4a6f6f98c40f8c02a668e5b5b59b'
'fc5f46ddb1834c8e518b58c0fe69837b73f2529e3754461541d106f8436bfa67'
'338b732445d3cfa416e40384bd9f0596506aa4b464b3f86aa971af4cfa6084c7'
)

Expand Down

0 comments on commit 718f3f8

Please sign in to comment.