summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc2f7db2c94e..ca197046533a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=anontwi
pkgver=1.1b
-pkgrel=1
+pkgrel=2
pkgdesc="A free software python client designed to navigate anonymously on social networks. It supports Identi.ca and Twitter.com."
arch=('any')
url="https://anontwi.03c8.net/"
license=("GPL3")
-depends=("python2" "python2-crypto" "python2-httplib2" "python2-pycurl" "gtk2" "pygtk")
+depends=("python2" "python2-pycryptodome" "python2-httplib2" "python2-pycurl" "gtk2" "pygtk")
source=("${pkgname}-${pkgver}.tar.gz"::"https://${pkgname}.03c8.net/${pkgname}/${pkgname}_${pkgver}.tar.gz")
sha256sums=('ab406e981859523a56cfc3b121585a551dfdd3265ba2a830beecfa2f97ccea1f')
package() {
- cd "$srcdir/AnonTwi"
+ cd "${srcdir}/AnonTwi"
mkdir -p "${pkgdir}/usr/bin"
mkdir -p "${pkgdir}/usr/share/${pkgname}"