summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2019-06-10 09:30:45 +0200
committerJose Riha2019-06-10 09:30:45 +0200
commit71de86e979882f58d9625c9326647a72e3318e63 (patch)
tree31c55cd9dcc70a7578b7348bc87f1ab18f14518f
parent1fc54eb0be2f407d9aeb6bcf4db0f4420dc224a4 (diff)
downloadaur-71de86e979882f58d9625c9326647a72e3318e63.tar.gz
Fix clash with python-autobahn (wamp)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70fdf3425ae..b66401e831c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-autobahn
pkgdesc = Real-time framework for Web, Mobile & Internet of Things
pkgver = 19.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://crossbar.io/autobahn/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3546928cacc8..6121064bc25c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python2-autobahn
pkgver=19.6.2
-pkgrel=1
+pkgrel=2
pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
arch=(any)
url='https://crossbar.io/autobahn/'
@@ -45,4 +45,5 @@ package() {
cd "$srcdir/autobahn-$pkgver"
AUTOBAHN_USE_NVX=1 python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ mv "$pkgdir/usr/bin/wamp" "$pkgdir/usr/bin/wamp2"
}