summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Haugh2018-02-21 23:26:08 -0600
committerSean Haugh2018-02-21 23:26:08 -0600
commit10cbd0ed1c973fc6ac69f37feb205019b6461654 (patch)
treea93ca2eda69c48f5f285614dbfda519824fb97f6
parent9d8efbc28a251b63e489deca5921b3c28d611343 (diff)
downloadaur-10cbd0ed1c973fc6ac69f37feb205019b6461654.tar.gz
1.1.6 → 1.1.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 544c11819fd5..34728728f0a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = exodus-bundler
pkgdesc = Painless relocation of Linux binaries
- pkgver = 1.1.6
+ pkgver = 1.1.9
pkgrel = 1
url = https://github.com/Intoli/exodus
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- provides = exodus-bundler=1.1.6-1
+ provides = exodus-bundler=1.1.9-1
conflicts = exodus
- source = https://github.com/Intoli/exodus/archive/v1.1.6.tar.gz
- md5sums = 537a9f05c9634e8e5b30a56c3e9cc4f9
+ source = https://github.com/Intoli/exodus/archive/v1.1.9.tar.gz
+ md5sums = fcccb457573133219409af93d045899e
pkgname = exodus-bundler
diff --git a/PKGBUILD b/PKGBUILD
index a3001fad3343..fc794467b686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=exodus
_owner=Intoli
pkgname=exodus-bundler
-pkgver=1.1.6
+pkgver=1.1.9
pkgrel=1
pkgdesc="Painless relocation of Linux binaries"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
provides=("$pkgname=$pkgver-$pkgrel")
conflicts=('exodus')
source=("https://github.com/$_owner/$_pkgname/archive/v$pkgver.tar.gz")
-md5sums=('537a9f05c9634e8e5b30a56c3e9cc4f9')
+md5sums=('fcccb457573133219409af93d045899e')
package() {
cd "$_pkgname-$pkgver"