summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbobi2020-01-09 14:37:38 +0100
committerbobi2020-01-09 14:37:38 +0100
commit620640a3add38bbdd3feb3315a7a2ec0cfb80136 (patch)
treef12095464852ee0b02c8237eddf117a5f524f7d6
parent4e96bc401baa7dfaa5832047d14348639c236797 (diff)
downloadaur-620640a3add38bbdd3feb3315a7a2ec0cfb80136.tar.gz
Update to 3.34
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04b8a63957eb..f2bd1f7c94e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = buuf-icon-theme
pkgdesc = An icon theme for Gnome based on the Buuf iconset by Mattahan
- pkgver = 3.22
- pkgrel = 2
+ pkgver = 3.34
+ pkgrel = 1
url = http://buuficontheme.free.fr
arch = any
license = cc-by-nc-sa
+ makedepends = pup
depends = hicolor-icon-theme
- source = http://buuficontheme.free.fr/buuf3.22.tar.xz
- md5sums = 76d819920479f1df2cf01a9b56a0240a
+ source = https://dllb2.pling.com/api/files/download/id/1572174181/s/52eeee6d501f9957ee6f3b85dd33aea70dcec8bb7c752fe3b0841ed627d4ea8fa5919d0d429e08fa9efef0729aa184236104ebd7084acf066587b8d6daa511a8/t/1578580565/c/52eeee6d501f9957ee6f3b85dd33aea70dcec8bb7c752fe3b0841ed627d4ea8fa5919d0d429e08fa9efef0729aa184236104ebd7084acf066587b8d6daa511a8/lt/download/buuf3.34.tar.xz
+ md5sums = 0edbcd3d019d4a9b5fc0478168aac263
pkgname = buuf-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 86a3d689f2a2..279803e69f9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,26 @@
# Maintainer: Lara Maia <dev@lara.click>
# co-Maintainer: Acidhub <contact@acidhub.click>
+# co-Maintainer: bobi
# Contributer: Jean-Alexandre Anglès d'Auriac <jagw40k@free.fr>
pkgname=buuf-icon-theme
pkgdesc="An icon theme for Gnome based on the Buuf iconset by Mattahan"
-pkgver=3.22
-pkgrel=2
+pkgver=3.34
+pkgrel=1
arch=('any')
url="http://buuficontheme.free.fr"
license=('cc-by-nc-sa')
depends=('hicolor-icon-theme')
+makedepends=('pup')
-source=(http://buuficontheme.free.fr/buuf$pkgver.tar.xz)
-md5sums=('76d819920479f1df2cf01a9b56a0240a')
+plingurl="https://www.pling.com/dl?file_id=1572174181&file_type=application/x-xz&file_name=buuf$pkgver.tar.xz&file_size=21660564&project_id=1012512&link_type=download&is_external=false&external_link=null"
+source=($(curl -sX POST $plingurl | pup -i 0 '.empty-action > script' | sed '2q;d' | sed 's/^[^"]*"//' | sed 's/".*$//'))
+
+#source=(buuf$pkgver.tar.xz)
package() {
mkdir -p "$pkgdir"/usr/share/icons/$pkgname/
cp -rf "$srcdir"/buuf$pkgver/* "$pkgdir"/usr/share/icons/$pkgname/
}
+md5sums=('0edbcd3d019d4a9b5fc0478168aac263')