summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2020-04-07 19:04:15 +0200
committerStephan Springer2020-04-07 19:04:15 +0200
commit3d74486e6964a6e7daa749a9af5f95b4cb62cf8c (patch)
tree3dc862d25ae0e59b0e24e8fbea312ccf67252dbc /PKGBUILD
parentd8c599b1ef2f41edd35509c4e4c4a4457ff6e7a0 (diff)
downloadaur-3d74486e6964a6e7daa749a9af5f95b4cb62cf8c.tar.gz
add $pkgrel to source tarball name to prevent checksum issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f48c58679e7d..ac0439536fd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=(x86_64)
url="https://github.com/buzo-ffm/$pkgname/"
license=('custom')
depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/buzo-ffm/$pkgname/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/buzo-ffm/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('f2d4285947500afff32a045c0931d2712e814b8f6c0b9d5fa766c71c4a9e58d7')
build() {