Date: Wednesday, July 27, 2022 @ 06:06:47
  Author: arojas
Revision: 451688

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-27 06:06:38 UTC (rev 451687)
+++ PKGBUILD    2022-07-27 06:06:47 UTC (rev 451688)
@@ -1,30 +0,0 @@
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: eric <[email protected]>
-# Contributor: Tom Newsom <[email protected]>
- 
-pkgname=psutils
-pkgver=2.05
-pkgrel=1
-arch=('any')
-pkgdesc="A set of postscript utilities"
-url="https://github.com/rrthomas/psutils";
-license=('GPL3')
-depends=('glibc' 'ghostscript' 'perl' 'perl-ipc-run3' 'paper')
-options=('!makeflags')
-source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('1ab103210baf139789f9e049165088d08ad041fb9f28d4bdc2430e5773b63346')
-
-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 451687, 
psutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-07-27 06:06:47 UTC (rev 451688)
@@ -0,0 +1,30 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: eric <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+ 
+pkgname=psutils
+pkgver=2.09
+pkgrel=1
+arch=('any')
+pkgdesc="A set of postscript utilities"
+url="https://github.com/rrthomas/psutils";
+license=('GPL3')
+depends=('glibc' 'ghostscript' 'perl' 'perl-ipc-run3' 'paper')
+options=('!makeflags')
+source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('e31ab570e24478ce777b63b300ff428aedc916131cd7b077094311761604b7da')
+
+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
+}

Reply via email to