Date: Friday, March 24, 2023 @ 18:13:26
  Author: alerque
Revision: 1427719

archrelease: copy trunk to community-x86_64

Added:
  bzip3/repos/community-x86_64/PKGBUILD
    (from rev 1427718, bzip3/trunk/PKGBUILD)
Deleted:
  bzip3/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-24 18:13:17 UTC (rev 1427718)
+++ PKGBUILD    2023-03-24 18:13:26 UTC (rev 1427719)
@@ -1,33 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-
-pkgname=bzip3
-pkgver=1.2.2
-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=('2b82d0adcea762ac090cf9e791159894e633a37b34696bcd8c66202b23c4130b')
-
-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 1427718, 
bzip3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-24 18:13:26 UTC (rev 1427719)
@@ -0,0 +1,33 @@
+# 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
+}

Reply via email to