summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Uhl2019-02-11 23:04:28 +0100
committerPhilipp Uhl2019-02-11 23:04:28 +0100
commit7c370ddfa3cdb822a71ea82b5aa04c10f2c18825 (patch)
tree1da935f2fa265fa66031b0a97b7cc958752fe671
parent592f2099ba374e9b1103bd060d3e723e51e243ae (diff)
downloadaur-7c370ddfa3cdb822a71ea82b5aa04c10f2c18825.tar.gz
Fixes bug created by fix of #5, version 1.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84fb8cfb1818..cb96db87712c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = deadd-notification-center
makedepends = gobject-introspection
depends = gobject-introspection-runtime
depends = gtk3
- source = deadd-notification-center-1.0.2.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.0.2.tar.gz
- md5sums = 19c6241a9b844870d32574e0a7aa22b8
+ source = deadd-notification-center-1.0.3.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.0.3.tar.gz
+ md5sums = 5e74d2839975858fa41653999e4c7bd9
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index cd0037e00db6..4f062e0b6e09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -22,5 +22,5 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-md5sums=('9f7cc506b1fc3c15d6ae6979e5eb7a44')
-md5sums=('19c6241a9b844870d32574e0a7aa22b8')
+
+md5sums=('5e74d2839975858fa41653999e4c7bd9')