summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDustin Wilhoit2022-01-19 21:53:09 -0600
committerDustin Wilhoit2022-01-19 21:53:09 -0600
commit1bdbf4a153b7e6a584e9c5f53e187f1fe7073bef (patch)
tree3b5d7039047b46683a6104d2e32fc8b34d735fe4
parent42c6937ca4e2277444db4f16ebadb4cf9c805812 (diff)
downloadaur-1bdbf4a153b7e6a584e9c5f53e187f1fe7073bef.tar.gz
Updating URL
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 678c810190c9..5cacd641a7ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="SCSI Tape Encryption Manager"
arch=('i686' 'x86_64')
license=('GPLv2')
-url="http://stenc.sourceforge.net/"
+url="https://github.com/scsitape/stenc"
source=("https://github.com/scsitape/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('4fd882861d248cf59cde1782833bd3e4f7e01e8b6c00424c55f26454a620510b22de0d42f2d7f6c4e67c2b277776a174fe687756a75f410026fda55554f9dc87')
@@ -18,8 +18,6 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc
-
- # build
make
}