summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNitin Mathew2016-05-15 13:28:31 +0800
committerNitin Mathew2016-05-15 13:28:31 +0800
commitc7072ac49d31d1bb38a6646f4435052f2b83e3dd (patch)
treea883f9b10fbad83efffee4ce3a0002e8f50271ff /PKGBUILD
parent30d23f0e3cdd77bd3b3758357bc2bce41715d9c2 (diff)
downloadaur-settimezone.tar.gz
Updated PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdabddfadd17..d81a6e7277c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Nitin Mathew <nitn_mathew2000@hotmail.com>
pkgname=settimezone
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="To change the timezone in Arch Linux."
arch=('i686' 'x86_64')
url="https://github.com/nsmathew/settimezone"
license=('GPL3')
-depends=('python','tk')
+depends=('python' 'tk')
makedepends=()
install=$pkgname.install
source=(https://github.com/nsmathew/SetTimeZone/archive/v${pkgver}.tar.gz)