summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomepaulo2024-10-18 07:50:49 +0100
committersomepaulo2024-10-18 07:50:49 +0100
commitb1cbab2d21de70a19c79c068d41e0bb3462c88be (patch)
tree9214901fec632b9de6055c4bb8850c26f482ced1
parentf7393823e2cd7e3ef4fcf9c53d173a2af1478fa9 (diff)
downloadaur-b1cbab2d21de70a19c79c068d41e0bb3462c88be.tar.gz
Fixed PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25ae4b62eb3c..fd31dd95ccfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = morewaita-icon-theme-git
pkgdesc = An expanded Adwaita-styled companion icon theme with extra icons for popular apps to complement Gnome Shell's original icons. AUR package maintained by upstream developer.
pkgver = 47.r1.5303741
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/somepaulo/MoreWaita
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 791d5e746f72..aa141f9634e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=morewaita-icon-theme-git
_reponame=MoreWaita
pkgver=47.r1.5303741
-pkgrel=2
+pkgrel=3
pkgdesc="An expanded Adwaita-styled companion icon theme with extra icons for popular apps to complement Gnome Shell's original icons. AUR package maintained by upstream developer."
arch=(any)
url="https://github.com/somepaulo/$_reponame"
@@ -26,7 +26,7 @@ package() {
local themedir="$pkgdir/usr/share/icons/MoreWaita"
install -d "$themedir"
- cp -r "$_reponame/scalable" "$themedir/apps"
- cp -r "$_reponame/symbolic" "$themedir/mimes"
+ cp -r "$_reponame/scalable" "$themedir/scalable"
+ cp -r "$_reponame/symbolic" "$themedir/symbolic"
cp "$_reponame/index.theme" "$themedir/index.theme"
}