Date: Tuesday, April 4, 2023 @ 07:50:46
Author: alerque
Revision: 1434483
archrelease: copy trunk to community-x86_64
Added:
bzip3/repos/community-x86_64/PKGBUILD
(from rev 1434482, bzip3/trunk/PKGBUILD)
Deleted:
bzip3/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-04 07:50:32 UTC (rev 1434482)
+++ PKGBUILD 2023-04-04 07:50:46 UTC (rev 1434483)
@@ -1,33 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-
-pkgname=bzip3
-pkgver=1.2.3
-pkgrel=1
-pkgdesc='A better and stronger spiritual successor to BZip2'
-arch=(x86_64)
-license=(LGPL3 Apache)
-url="https://github.com/kspalaiologos/$pkgname"
-depends=(glibc
- sh)
-makedepends=(clang)
-provides=("lib$pkgname.so")
-_archive="$pkgname-$pkgver"
-source=("$url/releases/download/$pkgver/$_archive.tar.xz")
-sha256sums=('a6a4fa418bdff6f15be3604e8e85b5b73bf0f20e31de9603d55dc100914a111f')
-
-build() {
- cd "$_archive"
- ./configure --prefix /usr CC=clang
- make all
-}
-
-check() {
- cd "$_archive"
- make check
-}
-
-package() {
- cd "$_archive"
- make DESTDIR="$pkgdir" install
- install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" *LICENSE
-}
Copied: bzip3/repos/community-x86_64/PKGBUILD (from rev 1434482,
bzip3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-04 07:50:46 UTC (rev 1434483)
@@ -0,0 +1,33 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+
+pkgname=bzip3
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A better and stronger spiritual successor to BZip2'
+arch=(x86_64)
+license=(LGPL3 Apache)
+url="https://github.com/kspalaiologos/$pkgname"
+depends=(glibc
+ sh)
+makedepends=(clang)
+provides=("lib$pkgname.so")
+_archive="$pkgname-$pkgver"
+source=("$url/releases/download/$pkgver/$_archive.tar.xz")
+sha256sums=('72fca01d9030e9c260e2ff8fe9d2e9f6261ea28e86adabeb6a8af3300ec390ef')
+
+build() {
+ cd "$_archive"
+ ./configure --prefix /usr CC=clang
+ make all
+}
+
+check() {
+ cd "$_archive"
+ make check
+}
+
+package() {
+ cd "$_archive"
+ make DESTDIR="$pkgdir" install
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" *LICENSE
+}