summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSte742018-05-01 17:17:30 +0200
committerSte742018-05-01 17:17:30 +0200
commitb921fd7f793a51dece0b96581223363e9dc6e91d (patch)
tree89451d718a4b678568ac0d6e3a062e273743c299
parentf32629995643f0da233328ad45120e5ca0ee3164 (diff)
downloadaur-b921fd7f793a51dece0b96581223363e9dc6e91d.tar.gz
Correct the uuid
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1708ac3c507b..967b288be392 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-desktop-icons-reworked
pkgdesc = Add icons to the desktop
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ste74/org.gnome.desktop-icons-reworked
arch = any
license = LGPL3
@@ -10,8 +10,8 @@ pkgbase = gnome-shell-extension-desktop-icons-reworked
depends = gnome-shell-extensions
conflicts = gnome-shell-extension-desktop-icons
options = !strip
- source = https://github.com/Ste74/org.gnome.desktop-icons-reworked/archive/4cbb25bfbbf9022a298865c9e91f7078d35477db.tar.gz
- sha512sums = df7156e3839ab6f142959d00333ae25e9d1d75a067b27723cdc003bba595a6cfb2c0ff8e8664e4715931a17c9cdd24c9ff3a879ade4a89df37e5b2b8b8a098b1
+ source = https://github.com/Ste74/org.gnome.desktop-icons-reworked/archive/7512f35108c2c462310bf9c7f8e4a4580c1ae748.tar.gz
+ sha512sums = 593b919f8e84c28da5b303b1b91f282b5fcdc143a4547f46ef81029abc226ad0a16349b8ff603c0d71e9b6d1f8da9a838d6aa5a44caeead080440ed805ea98e4
pkgname = gnome-shell-extension-desktop-icons-reworked
diff --git a/PKGBUILD b/PKGBUILD
index ae9803f3f432..8d1ef3670c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgbase=gnome-shell-extension-desktop-icons
pkgname=$_pkgbase-reworked
pkgver=0.2
-pkgrel=1
-_commit=4cbb25bfbbf9022a298865c9e91f7078d35477db
+pkgrel=2
+_commit=7512f35108c2c462310bf9c7f8e4a4580c1ae748
_ext_dir=org.gnome.desktop-icons-reworked
pkgdesc="Add icons to the desktop"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('cmake')
conflicts=("$_pkgbase")
options=('!strip')
source=("$url/archive/$_commit.tar.gz")
-sha512sums=('df7156e3839ab6f142959d00333ae25e9d1d75a067b27723cdc003bba595a6cfb2c0ff8e8664e4715931a17c9cdd24c9ff3a879ade4a89df37e5b2b8b8a098b1')
+sha512sums=('593b919f8e84c28da5b303b1b91f282b5fcdc143a4547f46ef81029abc226ad0a16349b8ff603c0d71e9b6d1f8da9a838d6aa5a44caeead080440ed805ea98e4')
build() {
mkdir -p $_ext_dir-$_commit/build