Date: Monday, November 14, 2022 @ 22:33:35
Author: kpcyrd
Revision: 1348254
archrelease: copy trunk to community-x86_64
Added:
banner/repos/community-x86_64/PKGBUILD
(from rev 1348253, banner/trunk/PKGBUILD)
Deleted:
banner/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 59 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 22:33:26 UTC (rev 1348253)
+++ PKGBUILD 2022-11-14 22:33:35 UTC (rev 1348254)
@@ -1,29 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Peter Simons <[email protected]>
-
-pkgname=banner
-pkgver=1.3.2
-pkgrel=9
-pkgdesc="Print large banners to ASCII terminals"
-arch=('x86_64')
-url="https://shh.thathost.com/pub-unix/"
-license=('GPL')
-depends=('glibc')
-makedepends=('shhmsg' 'shhopt')
-conflicts=('sysvbanner')
-source=(https://shh.thathost.com/pub-unix/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9bd1dc58d3bced525a19194b92d20217')
-
-build() {
- cd $pkgname-$pkgver
-
- make OPTIM="$CFLAGS" dep
- make OPTIM="$CFLAGS"
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make INSTBASEDIR="$pkgdir"/usr/ \
- INSTMANDIR="$pkgdir"/usr/share/man/man1/ install
-}
Copied: banner/repos/community-x86_64/PKGBUILD (from rev 1348253,
banner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-14 22:33:35 UTC (rev 1348254)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <[email protected]>
+
+pkgname=banner
+pkgver=1.3.2
+pkgrel=10
+pkgdesc="Print large banners to ASCII terminals"
+arch=('x86_64')
+url="https://shh.thathost.com/pub-unix/"
+license=('GPL')
+depends=('glibc')
+makedepends=('shhmsg' 'shhopt')
+conflicts=('sysvbanner')
+source=(https://shh.thathost.com/pub-unix/files/$pkgname-$pkgver.tar.gz)
+md5sums=('9bd1dc58d3bced525a19194b92d20217')
+sha256sums=('0dc0ac0667b2e884a7f5ad3e467af68cd0fd5917f8c9aa19188e6452aa1fc6d5')
+
+build() {
+ cd $pkgname-$pkgver
+
+ make OPTIM="$CFLAGS" dep
+ make OPTIM="$CFLAGS"
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make INSTBASEDIR="$pkgdir"/usr/ \
+ INSTMANDIR="$pkgdir"/usr/share/man/man1/ install
+}