summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshymad2018-04-19 10:03:03 +0200
committerAshymad2018-04-19 10:03:03 +0200
commit8aa61a7e0276487c3f4a5e1502c69cc4fe7a67bc (patch)
tree4be05efa79efa3ea6d10a5ca20e51cba57ff7f19 /PKGBUILD
parent0ad309fd76267d70cd4c885bea3ef0c7bbe9fc14 (diff)
downloadaur-8aa61a7e0276487c3f4a5e1502c69cc4fe7a67bc.tar.gz
Fix archive name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5b85c58b765..120bf402fb08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@ pkgname=sfk
_version=1.9.1
_revision=2
pkgver=${_version}.${_revision}
-pkgrel=1
+pkgrel=2
pkgdesc="Swiss File Knife - A Command Line Tools Collection"
arch=('x86_64')
url="http://stahlworks.com/dev/swiss-file-knife.html"
license=('BSD')
depends=('gcc-libs')
makedepends=()
-source=("https://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/${pkgver}/sfk-${_version}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/${pkgver}/sfk-${_version}.tar.gz")
sha256sums=('9c44787b5fadc2e8ddf6ef518ecf4a50784021f9438e83132a2411c3befd7c22')
prepare() {