summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c7c2296e19d..7511402a5d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cweather
pkgdesc = Simple weather utility written in C - read the source code for more info
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
arch = i686
arch = x86_64
@@ -13,4 +13,3 @@ pkgbase = cweather
md5sums = SKIP
pkgname = cweather
-
diff --git a/PKGBUILD b/PKGBUILD
index 0c9edc610038..edd895572c39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=cweather
pkgbase=cweather
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="Simple weather utility written in C - read the source code for more info"
arch=('i686' 'x86_64')