summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ccfebc77d03..f057982aa986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = turpial
pkgdesc = A multi-interface Twitter client written in Python.
- pkgver = 1.6.8
+ pkgver = 3.0
pkgrel = 1
url = http://turpial.org.ve/
arch = any
@@ -18,8 +18,8 @@ pkgbase = turpial
optdepends = gnome-spell
optdepends = aspell
conflicts = turpial-git
- source = http://files.turpial.org.ve/sources/stable/turpial-1.6.8.tar.gz
- md5sums = 04bdd05c3aca2f6ee4ff1f6d95e64b30
+ source = http://files.turpial.org.ve/sources/stable/turpial-3.0.tar.gz
+ sha1sums = f47af9b7e4ffbf5b2dcd7ed4d81fd55a212b072c
pkgname = turpial
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//_/-}