summaryrefslogtreecommitdiff
path: root/psutils/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-04-02 13:20:55 +0200
committerJuergen Daubert <jue@jue.li>2021-04-02 13:20:55 +0200
commit3bfa276be937b448d3b3ecd954cccfb99cdbcf15 (patch)
tree3307a7345f243e307ff3fa9d05ac768dbc9bc9f9 /psutils/Pkgfile
parent78f9f1e91583d4d79787a1bbb8a3dc7dd960aa85 (diff)
downloadopt-3bfa276be937b448d3b3ecd954cccfb99cdbcf15.tar.gz
opt-3bfa276be937b448d3b3ecd954cccfb99cdbcf15.tar.xz
psutils: update to 2.05
Diffstat (limited to 'psutils/Pkgfile')
-rw-r--r--psutils/Pkgfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/psutils/Pkgfile b/psutils/Pkgfile
index d4523bfb2..8a1b7226e 100644
--- a/psutils/Pkgfile
+++ b/psutils/Pkgfile
@@ -1,15 +1,15 @@
# Description: Postscript Utilities
-# URL: https://github.com/rrthomas/psutils
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: paper p5-ipc-run3
+# URL: https://github.com/rrthomas/psutils
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: paper ghostscript
name=psutils
-version=2.04
+version=2.05
release=1
source=(https://github.com/rrthomas/psutils/releases/download/v$version/$name-$version.tar.gz)
build() {
- cd $name-$version
- ./configure --prefix=/usr
- make DESTDIR=$PKG install
+ cd $name-$version
+ ./configure --prefix=/usr
+ make DESTDIR=$PKG install
}

Generated by cgit