summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2018-09-03 21:33:19 -0400
committerTed Alff2018-09-03 21:33:19 -0400
commit4d16ee33c046e4a86843d8dae4a15d4d775d4575 (patch)
tree5ba39037b5fd0940e15ad2bc6d9496815c135d93 /PKGBUILD
parentef3d139fd31b8dfc6cee2a6ab99e2e17971b272e (diff)
downloadaur-4d16ee33c046e4a86843d8dae4a15d4d775d4575.tar.gz
Version bump 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bfe566ac98c..6c79351cdfca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=UbuntuIndicatorWeather
pkgname=simple-weather-indicator
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='A simple weather indicator'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/kasramp/UbuntuIndicatorWeather'
license=('GPL3')
depends=('libappindicator-gtk3' 'libnotify' 'python2-retrying' 'python2-gobject')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kasramp/UbuntuIndicatorWeather/archive/v${pkgver}.tar.gz")
-sha256sums=('983dfb9821d4a3b2350fb062578350f54cc81485f985dad7364d96fb4df99f0e')
+sha256sums=('751155f3fb8037c31e6ffee51d1411a50bef0901c3ed43fb001589f1efb29f44')
prepare() {
cd "${_pkgname}-${pkgver}"