summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Uhl2020-10-18 18:49:38 +0200
committerPhilipp Uhl2020-10-18 18:49:38 +0200
commitd70ba5d77b0c64099c3105ba6da2dadc69b17c03 (patch)
tree8594e21489e00c4bf4298107d8fed6782cd8174e
parentdceecb872d7573cec971f69c402f40f65d44ab19 (diff)
downloadaur-d70ba5d77b0c64099c3105ba6da2dadc69b17c03.tar.gz
Bumps version to 1.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce94e864c22..157253d774da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deadd-notification-center
pkgdesc = Customizable notification-daemon with notification center
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = https://github.com/phuhl/linux_notification_center
arch = x86_64
@@ -11,9 +11,11 @@ pkgbase = deadd-notification-center
makedepends = gobject-introspection
depends = gobject-introspection-runtime
depends = gtk3
+ provides = deadd-notification-center
conflicts = deadd-notification-center-bin
- source = deadd-notification-center-1.7.2.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.7.2.tar.gz
- md5sums = 4bd3ee0648ec286293c2e275c8403511
+ conflicts = deadd-notification-center-git
+ source = deadd-notification-center-1.7.3.tar.gz::https://github.com/phuhl/linux_notification_center/archive/1.7.3.tar.gz
+ md5sums = bb2d4739a65c3c7bed3d655d231351bf
pkgname = deadd-notification-center
diff --git a/PKGBUILD b/PKGBUILD
index 5b11ddf63be4..10d1768ba2e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Uhl <philipp.uhl@rwth-aachen.de>
pkgname=deadd-notification-center
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="Customizable notification-daemon with notification center"
url="https://github.com/phuhl/linux_notification_center"
@@ -9,11 +9,14 @@ license=("BSD")
arch=('x86_64')
depends=('gobject-introspection-runtime' 'gtk3')
makedepends=('stack' 'cairo' 'pango' 'gobject-introspection')
-conflicts=('deadd-notification-center-bin')
+provides=('deadd-notification-center')
+conflicts=('deadd-notification-center-bin' 'deadd-notification-center-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/phuhl/linux_notification_center/archive/${pkgver}.tar.gz")
+
prepare() {
tar -zxvf "${pkgname}-${pkgver}.tar.gz"
}
+
build() {
cd "linux_notification_center-${pkgver}"
make
@@ -23,4 +26,5 @@ package() {
cd "linux_notification_center-${pkgver}"
make DESTDIR="$pkgdir" install
}
-md5sums=('4bd3ee0648ec286293c2e275c8403511')
+
+md5sums=('bb2d4739a65c3c7bed3d655d231351bf')