summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2017-07-17 16:53:53 +1000
committerPhillip Smith2017-07-17 16:53:53 +1000
commit96be3b48606a6f6de1dfb08e7f3dd9468d1406bc (patch)
tree8050aec0e81551d35d1e1f89f8cfb1121c310132
parent285ea8ce19c5b20a97fed2d9d0957d2c1d7681b7 (diff)
downloadaur-96be3b48606a6f6de1dfb08e7f3dd9468d1406bc.tar.gz
upgpkg: stenc 1.0.7-1
upstream release stenc; bump to 1.0.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1219e9606c65..d3fe80bfdf6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
+# Generated by mksrcinfo v8
+# Mon Jul 17 06:53:53 UTC 2017
pkgbase = stenc
pkgdesc = SCSI Tape Encryption Manager
- pkgver = 1.0.6
+ pkgver = 1.0.7
pkgrel = 1
url = http://stenc.sourceforge.net/
arch = i686
arch = x86_64
license = GPLv2
- source = http://downloads.sourceforge.net/stenc/stenc-1.0.6.tar.gz
- source = include-unistd-h.patch
- md5sums = 310664c64cf3f9a1007367072bccb5b8
- md5sums = f58feb684189a14afda06859337181f3
+ source = http://downloads.sourceforge.net/stenc/stenc-1.0.7.tar.gz
+ md5sums = 30a1032cecd1b79a3fa43a297461923a
pkgname = stenc
diff --git a/PKGBUILD b/PKGBUILD
index 9549f4bf2490..fdd90fd82a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,22 +12,18 @@
### the software) then please do email me or post an AUR comment.
pkgname=stenc
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
pkgdesc="SCSI Tape Encryption Manager"
arch=('i686' 'x86_64')
license=('GPLv2')
url="http://stenc.sourceforge.net/"
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'include-unistd-h.patch')
-md5sums=('310664c64cf3f9a1007367072bccb5b8'
- 'f58feb684189a14afda06859337181f3')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('30a1032cecd1b79a3fa43a297461923a')
build() {
cd "$srcdir"/$pkgname-$pkgver
- patch -p0 < "$srcdir"/include-unistd-h.patch
-
# configure
./configure \
--prefix=/usr \