[arch-commits] Commit in psutils/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jun 4 11:46:54 UTC 2020


    Date: Thursday, June 4, 2020 @ 11:46:53
  Author: arojas
Revision: 388276

archrelease: copy trunk to extra-any

Added:
  psutils/repos/extra-any/PKGBUILD
    (from rev 388275, psutils/trunk/PKGBUILD)
Deleted:
  psutils/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 11:46:29 UTC (rev 388275)
+++ PKGBUILD	2020-06-04 11:46:53 UTC (rev 388276)
@@ -1,32 +0,0 @@
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
- 
-pkgname=psutils
-pkgver=1.93
-pkgrel=3
-arch=('any')
-pkgdesc="A set of postscript utilities"
-url="https://github.com/rrthomas/psutils"
-license=('GPL3')
-depends=('glibc' 'ghostscript' 'perl-ipc-run3' 'paper')
-provides=('psutils-lprng')
-replaces=('psutils-lprng')
-options=('!makeflags')
-source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('48da2ec1be379ac05d0d3d5d7b6229c2fa56dfb41ae811f5120021e832db21f4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  export CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
-  export CCFLAGS="$LDFLAGS"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: psutils/repos/extra-any/PKGBUILD (from rev 388275, psutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-04 11:46:53 UTC (rev 388276)
@@ -0,0 +1,30 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+ 
+pkgname=psutils
+pkgver=2.03
+pkgrel=1
+arch=('any')
+pkgdesc="A set of postscript utilities"
+url="https://github.com/rrthomas/psutils"
+license=('GPL3')
+depends=('glibc' 'ghostscript' 'perl-ipc-run3' 'paper')
+options=('!makeflags')
+source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('a24d1dab2aba74743ac5870f60f27d3d04d30a1075c92db5500df2cc0a6b0ba5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  export CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
+  export CCFLAGS="$LDFLAGS"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list