summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXandaros2016-07-15 13:43:47 +0200
committerXandaros2016-07-15 13:43:47 +0200
commit8937175f1333b56c992397151f3c4810f07e472a (patch)
tree66e2516dad48f8217442c60625911ba417a2638c
parent0c7c18627513806863d989ebc5e167aae7913c2e (diff)
downloadaur-8937175f1333b56c992397151f3c4810f07e472a.tar.gz
Update to 0.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4a11907543d..e72860423d02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-notify
pkgdesc = GitHub notification notifier
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://www.github.com/Xandaros/GithubNotify
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = github-notify
makedepends = gtk2hs-buildtools
depends = libnotify
depends = notification-daemon
- source = https://github.com/Xandaros/GithubNotify/archive/0.1.1.tar.gz
- md5sums = 727c42c7f2be8eaefaa09335bd6e390d
+ source = https://github.com/Xandaros/GithubNotify/archive/0.1.2.tar.gz
+ md5sums = 0cf9a7064e8f067d16c84711f5b83798
pkgname = github-notify
diff --git a/PKGBUILD b/PKGBUILD
index f974b69ef719..7d99091fafb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=github-notify
_projectname=GithubNotify
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="GitHub notification notifier"
url="https://www.github.com/Xandaros/GithubNotify"
@@ -12,7 +12,7 @@ conflicts=()
replaces=()
backup=()
source=("https://github.com/Xandaros/GithubNotify/archive/${pkgver}.tar.gz")
-md5sums=('727c42c7f2be8eaefaa09335bd6e390d')
+md5sums=('0cf9a7064e8f067d16c84711f5b83798')
build() {
cd "$srcdir/$_projectname-$pkgver"