summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSich2024-02-07 11:39:55 +0300
committerSich2024-02-07 11:39:55 +0300
commit625c20fb8e527aac81b40ff825bad21dcb397130 (patch)
tree18f036378412f3fea70bc4ca336b04448cf4a54c /PKGBUILD
parent27d15e1ed3afd0a045483e6c80b4c1a7449e7f26 (diff)
downloadaur-ubuntu-mate-icon-themes.tar.gz
Fixed archive format
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b502a1afedf9..760146038bdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Protesilaos Stavrou <info@protesilaos.com>, archjo
-
+# Maintainer: Sich <little_sich@tuta.io>
+# Contributor: Protesilaos Stavrou <info@protesilaos.com>, archjo
pkgname=ubuntu-mate-icon-themes
-pkgver=21.04.6
+pkgver=23.04.1
pkgrel=1
pkgdesc='The official icon themes for Ubuntu MATE'
arch=('any')
@@ -11,9 +11,9 @@ optdepends=('ubuntu-mate-themes: GTK2, GTK3, Unity and Metacity themes from Ubun
'mate-icon-theme: MATE default icon theme')
groups=('mate-extra')
source=("https://mirrors.edge.kernel.org/ubuntu/pool/universe/u/ubuntu-mate-artwork/${pkgname}_${pkgver}_all.deb")
-sha256sums=('236fdabf25db46b9cb4875b3f842deee3d943429f38f91e3fc7e9062e4936f03')
+sha512sums=('61a213e9fdd09fda58a54d51bf48cb357ac5dd937e5691bab539e8406b6b3c268b8536a509c2b36aad5c8f20c5fb5d3a7a6c25b2cb3bc641979b6de61d1b2600')
package() {
- tar xf data.tar.xz
+ tar xf data.tar.zst
mv usr $pkgdir/
}