summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2018-09-10 11:42:01 -0400
committerAndrew Sun2018-09-10 11:42:01 -0400
commit958a889d25cac49559e12bf28a5d29514755e72e (patch)
tree8de50718e5cfc7fb568f303d50f8c71a7ccbd961 /PKGBUILD
parent229f315936e5fbff4d50a89fb40a10199f977bb4 (diff)
downloadaur-958a889d25cac49559e12bf28a5d29514755e72e.tar.gz
anontwi: fix makedepends
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}"