summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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/"