summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Riegert2021-12-05 01:10:13 -0500
committerMichael Riegert2021-12-05 01:10:13 -0500
commit4ed2c59851d4b7591782cecd56d1d154d096ff30 (patch)
tree7cc270d2ebe5452a368c588a918921300e332a5f
parent0ab38adba93961b335b035f6852dcf239ef66111 (diff)
downloadaur-exodus-bundler.tar.gz
Unique source filename
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4450fdb3c437..5296622dc892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = exodus-bundler
pkgdesc = Painless relocation of Linux binaries
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Intoli/exodus
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- provides = exodus-bundler=2.0.4-1
+ provides = exodus-bundler=2.0.4
conflicts = exodus
- source = https://github.com/Intoli/exodus/archive/v2.0.4.tar.gz
+ source = exodus-2.0.4.tar.gz::https://github.com/Intoli/exodus/archive/v2.0.4.tar.gz
sha256sums = 6dba2e0c8b4e4fcfc22d516b8efcf373afe2fc5a6346d85f3a98d411126f2446
pkgname = exodus-bundler
diff --git a/PKGBUILD b/PKGBUILD
index 3bf112457277..695aa1def27c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=exodus
_owner=Intoli
pkgname=exodus-bundler
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Painless relocation of Linux binaries"
arch=('any')
url="https://github.com/$_owner/$_pkgname"
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('python-setuptools')
provides=("$pkgname=$pkgver")
conflicts=('exodus')
-source=("https://github.com/$_owner/$_pkgname/archive/v$pkgver.tar.gz")
+source=($_pkgname-$pkgver.tar.gz::"https://github.com/$_owner/$_pkgname/archive/v$pkgver.tar.gz")
sha256sums=('6dba2e0c8b4e4fcfc22d516b8efcf373afe2fc5a6346d85f3a98d411126f2446')
package() {