summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander2017-05-08 14:37:23 +0000
committerAlexander2017-05-08 14:37:23 +0000
commit07fdd3e77a320992c27ef76eab552b34cd299c2d (patch)
tree996c260cdb00109666805f8bda8c394b2c5f622d
parent04d672c53664f30b8534d350407c6c906df21a9b (diff)
downloadaur-07fdd3e77a320992c27ef76eab552b34cd299c2d.tar.gz
Next try. From git
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3634f185857..02f95dd4d94d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-pkgbase = gnome-shell-extension-shutdowntimer
+pkgbase = gnome-shell-extension-shutdowntimer-git
pkgdesc = Shutdown your device after a specific time. This extension adds a submenu to the status area.
pkgver = 21
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/neumann89/ShutdownTimer
arch = any
license = unknow
depends = gnome-shell
- source = https://github.com/neumann89/ShutdownTimer/archive/v21.tar.gz
+ source = git+https://github.com/neumann89/ShutdownTimer.git
sha256sums = 4ac697cf68aa43213845aa5d1b4996d48a269ac27f153712e1bca24207bab9c3
-pkgname = gnome-shell-extension-shutdowntimer
+pkgname = gnome-shell-extension-shutdowntimer-git
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/"
}