summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZesko2024-06-30 10:08:44 +0200
committerZesko2024-06-30 10:08:44 +0200
commit26e6b51e91477524e91bb406c728eaf0ca68aa70 (patch)
tree8dd27713c4d9ca37daf2407269c71b39fd812878
parentd57b22b57ed2b0334a82f4222b9ba2bde3744666 (diff)
downloadaur-26e6b51e91477524e91bb406c728eaf0ca68aa70.tar.gz
Fixed PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f669c92cecf8..9b62bf720d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = systemd-timer-notify
depends = systemd
depends = openssh
provides = systemd-timer-notify
- conflicts = systemd-timer-notify
+ conflicts = systemd-timer-notify-git
backup = etc/systemd-timer-notify.conf
source = git+https://gitlab.com/Zesko/systemd-timer-notify.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c965982e20c4..a496b9eb59d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('python' 'dunst' 'systemd' 'openssh')
makedepends=('git')
provides=("${pkgname}")
-conflicts=("${pkgname}")
+conflicts=("${pkgname}-git")
backup=("etc/${pkgname}.conf")
source=('git+https://gitlab.com/Zesko/systemd-timer-notify.git')
sha256sums=('SKIP')