summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex2018-05-01 17:24:31 +0200
committerAlex2018-05-01 17:24:31 +0200
commitff5a441990d49d9f70fb69ae56de1d5de3b6d9b9 (patch)
treed939f51b9929ace366a743326c228a13f14ec239
parentc75bae7128853a9b4a22b034ae521c99131a6431 (diff)
downloadaur-ff5a441990d49d9f70fb69ae56de1d5de3b6d9b9.tar.gz
Added conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a1ea700679f..2efaf0ef684a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = gnome-shell-extension-shutdowntimer-git
pkgdesc = Shutdown your device after a specific time. This extension adds a submenu to the status area.
pkgver = v21.r26.ged888fe
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/neumann89/ShutdownTimer
arch = any
license = unknow
depends = gnome-shell
+ conflicts = gnome-shell-extension-shutdowntimer
source = git+https://github.com/neumann89/ShutdownTimer.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0e38e6cb5c9d..b44b32a57e25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,17 @@
pkgname=gnome-shell-extension-shutdowntimer-git
pkgver=v21.r26.ged888fe
-pkgrel=0
+pkgrel=1
pkgdesc="Shutdown your device after a specific time. This extension adds a submenu to the status area."
arch=('any')
url="https://github.com/neumann89/ShutdownTimer"
license=('unknow')
+conflicts=('gnome-shell-extension-shutdowntimer')
depends=('gnome-shell')
source=("git+https://github.com/neumann89/ShutdownTimer.git")
sha256sums=('SKIP')
+
package() {
cd "${srcdir}/ShutdownTimer"
mkdir -p "${pkgdir}/usr/share/gnome-shell/extensions/"