summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2017-03-14 03:57:43 +0000
committerFelix Yan2017-03-14 03:57:43 +0000
commit65f0622b2704c70073153732b5b95a0fd55736f3 (patch)
tree968f43dd7f553271d15a74c39760b9c7d984f1ab
parent74fe83140491e2a13d997375bab415aa2dd5924f (diff)
downloadaur-65f0622b2704c70073153732b5b95a0fd55736f3.tar.gz
upgpkg: 0.6.7-1
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f1db51dfe49..3d0963b80758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas S Hatch <thatch45@gmail.com>
pkgname=('python-raet' 'python2-raet')
-pkgver=0.6.6
+pkgver=0.6.7
pkgrel=1
pkgdesc='Asynchronous encrypted transaction based protocol using Ioflo'
arch=('any')
@@ -10,7 +10,7 @@ url='http://raet.docs.saltstack.com/'
license=('APACHE')
makedepends=(python-setuptools python2-setuptools)
source=("https://pypi.io/packages/source/r/raet/raet-$pkgver.tar.gz")
-md5sums=('4d15bf813120fe28bc36e498f4ed4f4f')
+md5sums=('2c7a765f9fbb67790f264603f02251cc')
prepare() {
cd $srcdir
@@ -29,4 +29,3 @@ package_python2-raet() {
python2 setup.py install --root="$pkgdir" -O1
mv "$pkgdir/usr/bin/raetflo"{,2}
}
-