diff --git a/extra/shhopt/.SRCINFO b/extra/shhopt/.SRCINFO new file mode 100644 index 000000000..e7432fedc --- /dev/null +++ b/extra/shhopt/.SRCINFO @@ -0,0 +1,12 @@ +pkgbase = shhopt + pkgdesc = Library for parsing command line options + pkgver = 1.1.7 + pkgrel = 7 + url = https://shh.thathost.com/pub-unix + arch = x86_64 + license = PerlArtistic + options = staticlibs + source = https://shh.thathost.com/pub-unix/files/shhopt-1.1.7.tar.gz + sha256sums = bae94335124efa6fcc2f0a55cabd68c9c90be935bcdb8054d7e5188e0d5da679 + +pkgname = shhopt diff --git a/extra/shhopt/PKGBUILD b/extra/shhopt/PKGBUILD index accd44691..f4cb1399b 100644 --- a/extra/shhopt/PKGBUILD +++ b/extra/shhopt/PKGBUILD @@ -6,14 +6,14 @@ pkgname=shhopt pkgver=1.1.7 -pkgrel=6 +pkgrel=7 pkgdesc="Library for parsing command line options" arch=('x86_64') url="https://shh.thathost.com/pub-unix" license=('PerlArtistic') options=('staticlibs') source=($url/files/$pkgname-$pkgver.tar.gz) -md5sums=('caf24206354296e8a48771aea1f47fbd') +sha256sums=('bae94335124efa6fcc2f0a55cabd68c9c90be935bcdb8054d7e5188e0d5da679') build() { cd $pkgname-$pkgver