summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranthraxx2016-03-03 01:58:54 +0100
committeranthraxx2016-03-03 01:58:54 +0100
commitf265f41117a11eab75bbc1694abf9a4124ce7e24 (patch)
treea195ea8274a5627586c619fe17c6fcbbc2bfe3ca
parentf94abaf19354f2193b2bbd7953fe2c876f1b31a4 (diff)
downloadaur-f265f41117a11eab75bbc1694abf9a4124ce7e24.tar.gz
upgpkg: radare2-bindings 0.10.1-1
- fixed checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09b15f6e5631..c292fc41d117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 22:57:25 UTC 2016
+# Thu Mar 3 00:58:54 UTC 2016
pkgbase = radare2-bindings
pkgdesc = Language bindings of the radare2 api for valabind and friends
pkgver = 0.10.1
@@ -14,7 +14,7 @@ pkgbase = radare2-bindings
depends = python
options = !emptydirs
source = radare2-bindings-0.10.1.tar.gz::https://github.com/radare/radare2-bindings/archive/0.10.1.tar.gz
- sha512sums = e7bd499c1c8403815ef50ffa29ae119db0fce7e33ade41f06c9c534581f2645476ac63003fa985eadd82dc60fe1cc534de1f92d5eba6f17e3d2c748e4a7f7760
+ sha512sums = 29e9ea88666c0c2b1d75c80dfb203ba8bf8b7af9236d34452f7e2d59d21a6f31cd90f8302f28d6823299d5a5123e57ed7e6560e5cd0136f854bd4002075594c5
pkgname = radare2-bindings
diff --git a/PKGBUILD b/PKGBUILD
index e0090bb8a180..c929cf625b16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('radare2' 'python2' 'python')
makedepends=('valabind')
options=('!emptydirs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('e7bd499c1c8403815ef50ffa29ae119db0fce7e33ade41f06c9c534581f2645476ac63003fa985eadd82dc60fe1cc534de1f92d5eba6f17e3d2c748e4a7f7760')
+sha512sums=('29e9ea88666c0c2b1d75c80dfb203ba8bf8b7af9236d34452f7e2d59d21a6f31cd90f8302f28d6823299d5a5123e57ed7e6560e5cd0136f854bd4002075594c5')
build() {
cd ${pkgname}-${pkgver}