summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander2017-05-08 14:55:05 +0000
committerAlexander2017-05-08 14:55:05 +0000
commitd3c0af3fb55be861d7d0b8c059d9d05a1211389a (patch)
tree25196bf61e1de565522e13d7847ce7f675374f5f
parent07fdd3e77a320992c27ef76eab552b34cd299c2d (diff)
downloadaur-d3c0af3fb55be861d7d0b8c059d9d05a1211389a.tar.gz
Next try
-rw-r--r--.SRCINFO6
-rw-r--r--.patch9
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02f95dd4d94d..15ad11937587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = gnome-shell-extension-shutdowntimer-git
+pkgbase = gnome-shell-extension-shutdowntimer
pkgdesc = Shutdown your device after a specific time. This extension adds a submenu to the status area.
pkgver = 21
pkgrel = 1
@@ -7,7 +7,7 @@ pkgbase = gnome-shell-extension-shutdowntimer-git
license = unknow
depends = gnome-shell
source = git+https://github.com/neumann89/ShutdownTimer.git
- sha256sums = 4ac697cf68aa43213845aa5d1b4996d48a269ac27f153712e1bca24207bab9c3
+ sha256sums = SKIP
-pkgname = gnome-shell-extension-shutdowntimer-git
+pkgname = gnome-shell-extension-shutdowntimer
diff --git a/.patch b/.patch
deleted file mode 100644
index 07e6ac573cbf..000000000000
--- a/.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- metadata.json 2015-05-24 20:44:26.000000000 +0000
-+++ metadata.json 2017-05-08 13:16:30.490450786 +0000
-@@ -1,5 +1,5 @@
- {
--"shell-version": ["3.10","3.12","3.14","3.16"],
-+"shell-version": ["3.10","3.12","3.14","3.16","3.18","3.20","3.22","3.24"],
- "uuid": "ShutdownTimer@neumann",
- "name": "ShutdownTimer",
- "gettext-domain": "ShutdownTimer",
diff --git a/PKGBUILD b/PKGBUILD
index 2e85daaffd73..10f849882672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex S. shantanna_at_hotmail_dot_com>
-pkgname=gnome-shell-extension-shutdowntimer-git
+pkgname=gnome-shell-extension-shutdowntimer
pkgver=21
pkgrel=1
pkgdesc="Shutdown your device after a specific time. This extension adds a submenu to the status area."
@@ -9,7 +9,7 @@ url="https://github.com/neumann89/ShutdownTimer"
license=('unknow')
depends=('gnome-shell')
source=("git+https://github.com/neumann89/ShutdownTimer.git")
-sha256sums=('4ac697cf68aa43213845aa5d1b4996d48a269ac27f153712e1bca24207bab9c3')
+sha256sums=('SKIP')
package() {
cd "${srcdir}/ShutdownTimer-${pkgver}"