summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio E. Duarte2016-01-23 09:55:54 -0200
committerElio E. Duarte2016-01-23 09:55:54 -0200
commit0b97da776bc6cae21598b161cb080c45daa00a73 (patch)
tree5d40e36bc08d6951a1e6ff53edb98669ba4ea8d1
parentc099b81cadd0dfe89123787a87a9300e4adc7395 (diff)
downloadaur-0b97da776bc6cae21598b161cb080c45daa00a73.tar.gz
Update version to 0.4.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6629f00e3cd8..53985ea12fc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
_pkgname=tomate
pkgname=python-$_pkgname
-pkgver=0.3.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="A pomodoro timer"
arch=('any')
@@ -19,7 +19,7 @@ depends=('glib2'
'python')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=("https://github.com/eliostvs/tomate/archive/$pkgver.tar.gz")
+source=("https://github.com/eliostvs/$_pkgname/archive/$pkgver.tar.gz")
md5sums=('3daec1366376bee4546b93feed183504')
package() {