summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Mathew2016-05-15 13:21:19 +0800
committerNitin Mathew2016-05-15 13:21:19 +0800
commit30d23f0e3cdd77bd3b3758357bc2bce41715d9c2 (patch)
tree6f638abfae8b285ddc2b3943f00c309a0b7420cf
parentd39a36ea0110c307a2318f939e4fe8a55dacf6a3 (diff)
downloadaur-30d23f0e3cdd77bd3b3758357bc2bce41715d9c2.tar.gz
v0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd44a1772835..06a6f282f544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = settimezone
pkgdesc = To change the timezone in Arch Linux.
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/nsmathew/settimezone
install = settimezone.install
@@ -8,8 +8,8 @@ pkgbase = settimezone
arch = x86_64
license = GPL3
depends = python,tk
- source = https://github.com/nsmathew/SetTimeZone/archive/v0.2.2.tar.gz
- sha256sums = a3791910bbfc6cbb90228c89ceb146d699e376df11bd0898b8a73fb78a70de35
+ source = https://github.com/nsmathew/SetTimeZone/archive/v0.2.3.tar.gz
+ sha256sums = 0ccd152d709c2567324623554acc4d20a05103fee8063529b7e4914f31e4a19e
pkgname = settimezone
diff --git a/PKGBUILD b/PKGBUILD
index 62566caaba70..cdabddfadd17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Nitin Mathew <nitn_mathew2000@hotmail.com>
pkgname=settimezone
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
-pkgdesc="To change the timezone in Arch Linux."
+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)
-sha256sums=('62c5eaf8d2e6ad8ddf01afbe16d57d9413466cd452f657509e19e748a072c7f9')
+sha256sums=('0ccd152d709c2567324623554acc4d20a05103fee8063529b7e4914f31e4a19e')
package() {
cd ${srcdir}/${pkgname}-${pkgver}