diff options
author | Juergen Daubert <jue@jue.li> | 2021-04-02 13:20:55 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-04-02 13:20:55 +0200 |
commit | 3bfa276be937b448d3b3ecd954cccfb99cdbcf15 (patch) | |
tree | 3307a7345f243e307ff3fa9d05ac768dbc9bc9f9 /psutils | |
parent | 78f9f1e91583d4d79787a1bbb8a3dc7dd960aa85 (diff) | |
download | opt-3bfa276be937b448d3b3ecd954cccfb99cdbcf15.tar.gz opt-3bfa276be937b448d3b3ecd954cccfb99cdbcf15.tar.xz |
psutils: update to 2.05
Diffstat (limited to 'psutils')
-rw-r--r-- | psutils/.signature | 6 | ||||
-rw-r--r-- | psutils/Pkgfile | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/psutils/.signature b/psutils/.signature index 2f2b1f85f..fb4f9d4e9 100644 --- a/psutils/.signature +++ b/psutils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/UPLZrfcQJWaZowc8skdvlq0Sj9wkzxZUnvye8/X2E1USyC6SU25l7byAFjwa4xz5Ao9ryfjGbnSrQLOTCQWYQU= -SHA256 (Pkgfile) = 9c7a1659f714fb65af57a9abbbad60f42ccbc6d52062d834fb50317bfcb2ace6 +RWSE3ohX2g5d/aNdmMIWf9hWGF7KQNR5+1GJERu2/haoD/z7aQN/Mpnai62xDgD5o2F9ozXK1r74bheHDpwQzFz8UMHKv6hG9w8= +SHA256 (Pkgfile) = bea2127d27d61213a1fc42a5199d70d9fc889586b3231e478da3390077db2fe3 SHA256 (.footprint) = 78f3bcaf85812c94299d996a6f613e7e4fe558cc60a8adb0f32ca511234ed762 -SHA256 (psutils-2.04.tar.gz) = 6e25e3a04d769cf591f8f3b346626f6a7d0fdf9c4ae2ac9bedd5df8eef8210ad +SHA256 (psutils-2.05.tar.gz) = 1ab103210baf139789f9e049165088d08ad041fb9f28d4bdc2430e5773b63346 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 } |