summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ff0921d95a..1171d6766332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-desktop-icons
pkgdesc = Add icons to the desktop
- pkgver = 19.10.2
+ pkgver = 20.04.0
pkgrel = 1
url = https://extensions.gnome.org/extension/1465/desktop-icons/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = gnome-shell-extension-desktop-icons
depends = gnome-shell
conflicts = gnome-shell-extension-desktop-icons-git
options = !strip
- source = https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/archive/19.10.2/desktop-icons-19.10.2.tar.gz
- sha256sums = 486df38b724eab0d69f32e7246158f71e29c5e677af66a34e05eaf56b6331c3e
+ source = https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/archive/20.04.0/desktop-icons-20.04.0.tar.gz
+ sha256sums = 442db7399bbb952c861ac788f20d02545279be9af47f4ba756c2383a6ed21d93
pkgname = gnome-shell-extension-desktop-icons
diff --git a/PKGBUILD b/PKGBUILD
index ab7543c3bcc6..8b7cefc5b5b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _extname='desktop-icons'
_uuid="${_extname}@csoriano"
pkgname="gnome-shell-extension-${_extname}"
-pkgver='19.10.2'
+pkgver='20.04.0'
pkgrel=1
pkgdesc='Add icons to the desktop'
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ makedepends=('git' 'meson' 'glib2')
options=('!strip')
conflicts=("${pkgname}-git")
source=("https://gitlab.gnome.org/World/ShellExtensions/${_extname}/-/archive/${pkgver}/${_extname}-${pkgver}.tar.gz")
-sha256sums=('486df38b724eab0d69f32e7246158f71e29c5e677af66a34e05eaf56b6331c3e')
+sha256sums=('442db7399bbb952c861ac788f20d02545279be9af47f4ba756c2383a6ed21d93')
package() {