summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c887a7c1734..1457cd343df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Werkmeister <mail@lucaswerkmeister.de>
# Contributor: Miguel Useche <migueluseche(dot)skatox.com>
pkgname=turpial
-pkgver=1.6.8
+pkgver=3.0
pkgrel=1
pkgdesc="A multi-interface Twitter client written in Python."
arch=(any)
@@ -11,7 +11,7 @@ depends=('python2' 'python2-distribute' 'python-simplejson>=1.9.2' 'pygtk>=2.12'
optdepends=('python2-gtkspell>=2.25.3' 'gnome-spell' 'aspell')
conflicts=(${pkgname}-git)
source=(http://files.turpial.org.ve/sources/stable/$pkgname-$pkgver.tar.gz)
-md5sums=('04bdd05c3aca2f6ee4ff1f6d95e64b30')
+sha1sums=('f47af9b7e4ffbf5b2dcd7ed4d81fd55a212b072c') # ${source[0]}.sha1sum
package() {
cd $srcdir/$pkgname-${pkgver//_/-}