diff options
Diffstat (limited to 'orphan-reaper/PKGBUILD')
-rw-r--r-- | orphan-reaper/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/orphan-reaper/PKGBUILD b/orphan-reaper/PKGBUILD index 41da460..787ccf0 100644 --- a/orphan-reaper/PKGBUILD +++ b/orphan-reaper/PKGBUILD @@ -7,7 +7,7 @@ arch=(i686 x86_64) url="https://github.com/maandree/orphan-reaper" license=('custom:ISC') depends=('linux>=3.4') -source=($url/archive/$pkgver.tar.gz) +source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) sha256sums=(5916c0bb0b90bcf4bd99f273c9a5abd33714e870aeff0be793635d26f1089886) build() { |