summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Uhl2020-02-23 18:08:14 +0100
committerPhilipp Uhl2020-02-23 18:08:14 +0100
commit7739849ba39064f3ec80921eb168f466ec1c562b (patch)
treed445077798d44806e9d8d9bec53c5272e354bf56
parent9035301dc194beafb7f4458fa0c6c8f1d9c56936 (diff)
downloadaur-7739849ba39064f3ec80921eb168f466ec1c562b.tar.gz
Adds version 1.7.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4613c428ec9..e91b7afcedcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
@@ -11,8 +11,9 @@ pkgbase = deadd-notification-center
makedepends = gobject-introspection
depends = gobject-introspection-runtime
depends = gtk3
- source = deadd-notification-center-1.6.0.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.6.0.tar.gz
- md5sums = 0efdf98e114a38bb4421632116c55f9a
+ 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
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index 8f673891e093..25814f5073a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -9,6 +9,7 @@ license=("BSD")
arch=('x86_64')
depends=('gobject-introspection-runtime' 'gtk3')
makedepends=('stack' 'cairo' 'pango' 'gobject-introspection')
+conflicts=('deadd-notification-center-bin')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phuhl/linux_notification_center/archive/${pkgver}.tar.gz")
prepare() {
tar -zxvf "${pkgname}-${pkgver}.tar.gz"
@@ -23,4 +24,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums=('0efdf98e114a38bb4421632116c55f9a')
+md5sums=('eafe3edc55ac68e098dc61d58c6f7351')