summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2018-02-14 15:02:02 +0100
committerMaxim Andersson2018-02-14 15:02:02 +0100
commitef2b837245c9d51214a2c11038e8afb95fb1806b (patch)
treed2c8e1b1f04ffba05528b3cb3f0c7a1c224057c9
parentd738ad1a394868af5159edb9eca72f6cbedf0bf5 (diff)
downloadaur-ef2b837245c9d51214a2c11038e8afb95fb1806b.tar.gz
Update to 9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4021559a0a64..dac1b1fec295 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 22:26:37 UTC 2016
+# Wed Feb 14 14:00:53 UTC 2018
pkgbase = gnome-shell-extension-remove-dropdown-arrows
pkgdesc = Removes the dropdown arrows from the AppMenu and SystemMenu
- pkgver = 8
+ pkgver = 9
pkgrel = 1
url = https://github.com/mpdeimos/gnome-shell-remove-dropdown-arrows
install = gnome-shell-extension-remove-dropdown-arrows.install
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/mpdeimos/gnome-shell-remove-dropdown-arrows/archive/version/8.tar.gz
- sha256sums = 339c23b1722343d3b414f8ce2e33dfe892fd7a2d68236f5d795bfdbbeffcf6aa
+ source = gnome-shell-extension-remove-dropdown-arrows-9.tar.gz::https://github.com/mpdeimos/gnome-shell-remove-dropdown-arrows/archive/version/9.tar.gz
+ sha256sums = a1049c82a710765acca89a0e5c3c8f9806ffeddb7b5259583a7368fb6b436eeb
pkgname = gnome-shell-extension-remove-dropdown-arrows
diff --git a/PKGBUILD b/PKGBUILD
index 27f95bb61ebc..397657d71b4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxim Andersson <thesilentboatman@gmail.com>
pkgname=gnome-shell-extension-remove-dropdown-arrows
-pkgver=8
+pkgver=9
pkgrel=1
pkgdesc="Removes the dropdown arrows from the AppMenu and SystemMenu"
arch=('any')
@@ -9,8 +9,8 @@ url="https://github.com/mpdeimos/gnome-shell-remove-dropdown-arrows"
license=('GPL3')
depends=('gnome-shell')
install=${pkgname}.install
-source=("https://github.com/mpdeimos/gnome-shell-remove-dropdown-arrows/archive/version/${pkgver}.tar.gz")
-sha256sums=('339c23b1722343d3b414f8ce2e33dfe892fd7a2d68236f5d795bfdbbeffcf6aa')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mpdeimos/gnome-shell-remove-dropdown-arrows/archive/version/${pkgver}.tar.gz")
+sha256sums=('a1049c82a710765acca89a0e5c3c8f9806ffeddb7b5259583a7368fb6b436eeb')
package() {
_uuid='remove-dropdown-arrows@mpdeimos.com'