summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Uhl2020-02-28 14:16:38 +0100
committerPhilipp Uhl2020-02-28 14:16:38 +0100
commitdceecb872d7573cec971f69c402f40f65d44ab19 (patch)
tree4856f0cf253eb8e2c7424aeb07cebd75812dec6d
parent7739849ba39064f3ec80921eb168f466ec1c562b (diff)
downloadaur-dceecb872d7573cec971f69c402f40f65d44ab19.tar.gz
Bumps version to 1.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e91b7afcedcf..4ce94e864c22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 1.7.0
+ pkgver = 1.7.2
pkgrel = 1
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = deadd-notification-center
depends = gobject-introspection-runtime
depends = gtk3
conflicts = deadd-notification-center-bin
- source = deadd-notification-center-1.7.0.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.7.0.tar.gz
- md5sums = eafe3edc55ac68e098dc61d58c6f7351
+ source = deadd-notification-center-1.7.2.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.7.2.tar.gz
+ md5sums = 4bd3ee0648ec286293c2e275c8403511
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index 25814f5073a1..5b11ddf63be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-pkgver=1.7.0
+pkgver=1.7.2
pkgrel=1
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -23,5 +23,4 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-
-md5sums=('eafe3edc55ac68e098dc61d58c6f7351')
+md5sums=('4bd3ee0648ec286293c2e275c8403511')