[arch-commits] Commit in scdoc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brett Cornwall ainola at archlinux.org
Tue Mar 5 07:42:28 UTC 2019


    Date: Tuesday, March 5, 2019 @ 07:42:27
  Author: ainola
Revision: 437710

archrelease: copy trunk to community-x86_64

Added:
  scdoc/repos/community-x86_64/PKGBUILD
    (from rev 437709, scdoc/trunk/PKGBUILD)
Deleted:
  scdoc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-05 07:42:15 UTC (rev 437709)
+++ PKGBUILD	2019-03-05 07:42:27 UTC (rev 437710)
@@ -1,32 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-# Contributor: Drew DeVault
-
-pkgname=scdoc
-pkgver=1.9.3
-pkgrel=1
-license=('MIT')
-pkgdesc='Tool for generating roff manual pages'
-arch=('x86_64')
-url='https://git.sr.ht/~sircmpwn/scdoc/'
-source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('77be81f042e2099de7fc84b0161bc8a95d5c3dde662284613d84a1e249fa0aa51dad73f53f265c833526d40f5e1f19fce99dc5cd6df35efb0a323c3db6084a55')
-
-build() {
-    cd "$pkgname-$pkgver"
-    # Upstream purposefully does not honor the user's LDFLAGS in order to keep
-    # scdoc static. As we gain no benefit to statically linking and, in fact,
-    # lose standard Arch practices (such as RELRO and PIE), we must override
-    # LDFLAGS
-    make PREFIX=/usr LDFLAGS="$LDFLAGS"
-}
-
-check() {
-    cd "$pkgname-$pkgver"
-    make check
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make PREFIX=/usr DESTDIR="$pkgdir" install
-    install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: scdoc/repos/community-x86_64/PKGBUILD (from rev 437709, scdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-05 07:42:27 UTC (rev 437710)
@@ -0,0 +1,32 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# Contributor: Drew DeVault
+
+pkgname=scdoc
+pkgver=1.9.4
+pkgrel=1
+license=('MIT')
+pkgdesc='Tool for generating roff manual pages'
+arch=('x86_64')
+url='https://git.sr.ht/~sircmpwn/scdoc/'
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('08716e27577a47031a4ec6b25d8d156825a9d06fbdb29a3ae0ded42103f148938248b8e5a70148a9eec8952c5523f9dbb7ac6676bc514ffec0c3327014b15194')
+
+build() {
+    cd "$pkgname-$pkgver"
+    # Upstream purposefully does not honor the user's LDFLAGS in order to keep
+    # scdoc static. As we gain no benefit to statically linking and, in fact,
+    # lose standard Arch practices (such as RELRO and PIE), we must override
+    # LDFLAGS
+    make PREFIX=/usr LDFLAGS="$LDFLAGS"
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    make check
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make PREFIX=/usr DESTDIR="$pkgdir" install
+    install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}



More information about the arch-commits mailing list