summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2016-02-03 18:59:56 +0000
committerChris Down2016-02-03 18:59:56 +0000
commit023328f6d666ef952c5c5929e06540934ec70d25 (patch)
tree56c9a20f060f951687fc00e008a68b1c3c1a4fa1
parentfe1867b9c9cfd66f0838b48b1cebc7b74d25dcdf (diff)
downloadaur-023328f6d666ef952c5c5929e06540934ec70d25.tar.gz
Release 0.5.0-2: Fix "license should be an array"
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8c1b24f45e0..ff098bf322fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 19:05:59 UTC 2016
+# Wed Feb 3 18:59:56 UTC 2016
pkgbase = tzupdate
pkgdesc = Set the system timezone based on IP geolocation
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/cdown/tzupdate
arch = any
license = Public Domain
diff --git a/PKGBUILD b/PKGBUILD
index 1a6ed3d464c5..4fd08b5e97b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=tzupdate
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Set the system timezone based on IP geolocation'
url=http://github.com/cdown/tzupdate
arch=(any)
-license='Public Domain'
+license=('Public Domain')
depends=(python python-requests python-setuptools)
source=("https://github.com/cdown/tzupdate/archive/${pkgver}.zip")
md5sums=('44477a9a522c7eb18b4beddef973418c')