summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Mathew2016-05-15 13:28:31 +0800
committerNitin Mathew2016-05-15 13:28:31 +0800
commitc7072ac49d31d1bb38a6646f4435052f2b83e3dd (patch)
treea883f9b10fbad83efffee4ce3a0002e8f50271ff
parent30d23f0e3cdd77bd3b3758357bc2bce41715d9c2 (diff)
downloadaur-c7072ac49d31d1bb38a6646f4435052f2b83e3dd.tar.gz
Updated PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06a6f282f544..80744c0800bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = settimezone
arch = i686
arch = x86_64
license = GPL3
- depends = python,tk
+ depends = python
+ depends = tk
source = https://github.com/nsmathew/SetTimeZone/archive/v0.2.3.tar.gz
sha256sums = 0ccd152d709c2567324623554acc4d20a05103fee8063529b7e4914f31e4a19e
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)