summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2018-10-29 22:41:55 +0100
committergrufo2018-10-29 22:41:55 +0100
commitabf9118c4a66dcff3743a6f12b0de852f18337fd (patch)
treecfae707cf88af25e4dd08750c5412192af750069
parent4ff97269873748b127b2b23860ba7ebd1987da90 (diff)
downloadaur-abf9118c4a66dcff3743a6f12b0de852f18337fd.tar.gz
Updated uuid
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05b94e51a283..9fe1f9f44d2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gnome-shell-extension-desktop-icons
pkgdesc = Add icons to the desktop
pkgver = r221.089d5fc
pkgrel = 1
- url = https://gitlab.gnome.org/World/ShellExtensions/desktop-icons
+ url = https://extensions.gnome.org/extension/1465/desktop-icons/
arch = x86_64
arch = i686
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 5528f30522a0..40ce0d6b191a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: somepaulo <burafino AT gmail DOT com>
_extname='desktop-icons'
-_uuid="org.gnome.${_extname}"
+_uuid="${_extname}@csoriano"
pkgname="gnome-shell-extension-${_extname}"
pkgver='r221.089d5fc'
pkgrel=1
pkgdesc='Add icons to the desktop'
arch=('x86_64' 'i686')
-url="https://gitlab.gnome.org/World/ShellExtensions/desktop-icons"
+url="https://extensions.gnome.org/extension/1465/${_extname}/"
license=('GPL3')
depends=('gnome-shell')
makedepends=('git')