summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Zeller2016-07-19 08:10:54 +0200
committerMartin Zeller2016-07-19 08:10:54 +0200
commitefb05678b750898a2f4d241872a6c609074db4d5 (patch)
treeea169b4040ea79f291ceb7e40d53a46130b364c7
parenteb9a3cca05c143a01634ca6db44ab791f71497da (diff)
downloadaur-efb05678b750898a2f4d241872a6c609074db4d5.tar.gz
0.1.2.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4d500262831..ae268ab8f0f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github-notify
pkgdesc = GitHub notification notifier
- pkgver = 0.1.2
+ pkgver = 0.1.2.1
pkgrel = 1
url = https://www.github.com/Xandaros/GithubNotify
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = github-notify
makedepends = happy
depends = libnotify
depends = notification-daemon
- source = https://github.com/Xandaros/GithubNotify/archive/0.1.2.tar.gz
- md5sums = 0cf9a7064e8f067d16c84711f5b83798
+ source = https://github.com/Xandaros/GithubNotify/archive/0.1.2.1.tar.gz
+ md5sums = ee729b318c8fa17f3df8ce9c0497c87f
pkgname = github-notify
diff --git a/PKGBUILD b/PKGBUILD
index 44ce49bbe745..82a9f763ef8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=github-notify
_projectname=GithubNotify
-pkgver=0.1.2
+pkgver=0.1.2.1
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=('0cf9a7064e8f067d16c84711f5b83798')
+md5sums=('ee729b318c8fa17f3df8ce9c0497c87f')
build() {
cd "$srcdir/$_projectname-$pkgver"