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

Brett Cornwall ainola at archlinux.org
Sat Mar 2 21:55:59 UTC 2019


    Date: Saturday, March 2, 2019 @ 21:55:59
  Author: ainola
Revision: 437415

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-02 21:55:47 UTC (rev 437414)
+++ PKGBUILD	2019-03-02 21:55:59 UTC (rev 437415)
@@ -1,32 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-# Contributor: Drew DeVault
-
-pkgname=scdoc
-pkgver=1.9.1
-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=('9dac6dc76bc52ba7ea2be4a0e58a72754a6055b02cc2c36dac3a25d2d067e7b716b8b3ba1bc7908f0bcfd6ef6df36eb51b338adbabda45f424ced6935aa6e9f2')
-
-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 437414, scdoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-02 21:55:59 UTC (rev 437415)
@@ -0,0 +1,32 @@
+# 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"
+}



More information about the arch-commits mailing list