summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2015-08-09 16:24:31 +0200
committerLucas Werkmeister2015-08-09 17:07:10 +0200
commit2ce25e8707d3d1e7c6027d7b413933d08fbd0a15 (patch)
tree2fc1b779ce08c107193760149be05a5e1e66fe4f
parent17e07e95cc67366f2ec6dc1a58eac44f4608f947 (diff)
downloadaur-2ce25e8707d3d1e7c6027d7b413933d08fbd0a15.tar.gz
Update to version 3.0
Also changed the checksum to sha1sum because we can easily get that from the source (see comment).
-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//_/-}