summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-04-07 19:04:15 +0200
committerStephan Springer2020-04-07 19:04:15 +0200
commit3d74486e6964a6e7daa749a9af5f95b4cb62cf8c (patch)
tree3dc862d25ae0e59b0e24e8fbea312ccf67252dbc
parentd8c599b1ef2f41edd35509c4e4c4a4457ff6e7a0 (diff)
downloadaur-apg.tar.gz
add $pkgrel to source tarball name to prevent checksum issues
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa56ebff8f5c..d7fe54f242ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = apg
arch = x86_64
license = custom
depends = glibc
- source = apg-2.2.3.tar.gz::https://github.com/buzo-ffm/apg/archive/v2.2.3.tar.gz
+ source = apg-2.2.3-5.tar.gz::https://github.com/buzo-ffm/apg/archive/v2.2.3.tar.gz
sha256sums = f2d4285947500afff32a045c0931d2712e814b8f6c0b9d5fa766c71c4a9e58d7
pkgname = apg
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() {