summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobson-662022-09-08 12:45:17 +0200
committerrobson-662022-09-08 12:45:17 +0200
commit4dd0654b0306aea3a72bb5bf64c07c56d40ace6c (patch)
treeefc717ff2f2c16c021029c24502e60cbe5f1e8b4
parent26585461ec7c5aac513d9f6057442918943b8e77 (diff)
downloadaur-4dd0654b0306aea3a72bb5bf64c07c56d40ace6c.tar.gz
Update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD19
2 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bb49979578b..bc453e9bf09d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = buuf-icon-theme
- pkgdesc = An icon theme for Gnome based on the Buuf iconset by Mattahan
+ pkgdesc = Created by fana-m. Icons by mattahan. Modified by Hybrid Son Of Oxayotl
pkgver = 3.34
- pkgrel = 2
+ pkgrel = 3
url = http://buuficontheme.free.fr
arch = any
license = cc-by-nc-sa
depends = hicolor-icon-theme
- source = https://dllb2.pling.com/api/files/download/id/1572174181/s/a99b3b9694ceed9ec1ee37a3320310f07d836a63cad2ea817ad09da65738bf9a4ad0a1b4e01b2de0085cbe09147b71512e2dc0e9d8d6e109cd791ca84f1fc766/t/1578583304/c/a99b3b9694ceed9ec1ee37a3320310f07d836a63cad2ea817ad09da65738bf9a4ad0a1b4e01b2de0085cbe09147b71512e2dc0e9d8d6e109cd791ca84f1fc766/lt/download/buuf3.34.tar.xz
- md5sums = 0edbcd3d019d4a9b5fc0478168aac263
+ source = https://github.com/robson-66/Buuf/archive/refs/tags/v3.34.tar.gz
+ sha256sums = 35bf7618c4e0731b6596834e7c6d3718012196c6c2c71b21336162d57a2b8159
pkgname = buuf-icon-theme
-
diff --git a/PKGBUILD b/PKGBUILD
index ebe3c359afdd..93067ae5552d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,26 @@
+# Maintainer: Robert Brzozowski <robson75@linux.pl>
# 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"
+pkgdesc="Created by fana-m. Icons by mattahan. Modified by Hybrid Son Of Oxayotl"
pkgver=3.34
-pkgrel=2
+pkgrel=3
arch=('any')
url="http://buuficontheme.free.fr"
license=('cc-by-nc-sa')
-
depends=('hicolor-icon-theme')
-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" | sed -n -e '/class="empty"/,/\/section/p' | awk '/script/,/\/script/' | sed 's/^[^"]*"//' | sed 's/"[^"]*$//'))
+source=("https://github.com/robson-66/Buuf/archive/refs/tags/v3.34.tar.gz")
+sha256sums=('35bf7618c4e0731b6596834e7c6d3718012196c6c2c71b21336162d57a2b8159')
package() {
- mkdir -p "$pkgdir"/usr/share/icons/$pkgname/
- cp -rf "$srcdir"/buuf$pkgver/* "$pkgdir"/usr/share/icons/$pkgname/
+ mkdir -p "$pkgdir"/usr/share/icons/
+ cp -rf "$srcdir"/Buuf* "$pkgdir"/usr/share/icons/
+
+ find $pkgdir/usr -type f -exec chmod 644 {} \;
+ find $pkgdir/usr -type d -exec chmod 755 {} \;
+ find $pkgdir/usr -type f -name '.directory' -delete
}
-md5sums=('0edbcd3d019d4a9b5fc0478168aac263')