summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander2017-05-08 14:37:23 +0000
committerAlexander2017-05-08 14:37:23 +0000
commit07fdd3e77a320992c27ef76eab552b34cd299c2d (patch)
tree996c260cdb00109666805f8bda8c394b2c5f622d /PKGBUILD
parent04d672c53664f30b8534d350407c6c906df21a9b (diff)
downloadaur-07fdd3e77a320992c27ef76eab552b34cd299c2d.tar.gz
Next try. From git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c51a25babcd..2e85daaffd73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
-# Maintainer: Maxim Andersson <thesilentboatman@gmail.com>
+# Maintainer: Alex S. shantanna_at_hotmail_dot_com>
-pkgname=gnome-shell-extension-shutdowntimer
+pkgname=gnome-shell-extension-shutdowntimer-git
pkgver=21
-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')
depends=('gnome-shell')
-source=("https://github.com/neumann89/ShutdownTimer/archive/v${pkgver}.tar.gz")
+source=("git+https://github.com/neumann89/ShutdownTimer.git")
sha256sums=('4ac697cf68aa43213845aa5d1b4996d48a269ac27f153712e1bca24207bab9c3')
package() {
cd "${srcdir}/ShutdownTimer-${pkgver}"
- patch -Np0 -i .patch
cp -af "ShutdownTimer@neumann" "${pkgdir}/usr/share/gnome-shell/extensions/"
}