summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-05-25 09:53:51 -0600
committerMark Wagie2022-05-25 09:53:51 -0600
commit794fc52c3c6a0602893d4a0b78259d14bae567e7 (patch)
treecd5c99c887f0ca9893527e5a6d10bec5bdc0eeb3
parent2f3e86c8549265a4cfaeeba188f5a6ba0a1d4f9d (diff)
downloadaur-794fc52c3c6a0602893d4a0b78259d14bae567e7.tar.gz
fix conflicting files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d14fc9113ff..1a9c8cd26e02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = papirus-linux-universe
pkgdesc = Papirus folder icon set based on distros and the most famous icon themes in the Linux world!
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.pling.com/p/1493085
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index a1a64533a0a7..8360a66dd667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=papirus-linux-universe
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Papirus folder icon set based on distros and the most famous icon themes in the Linux world!"
arch=('any')
url="https://www.pling.com/p/1493085"
@@ -23,6 +23,7 @@ package() {
# Remove conflicting icons provided by papirus-icon-theme
rm Icons/${i}x${i}/*breeze*
+ rm Icons/${i}x${i}/*adwaita*
install -d "$pkgdir/usr/share/icons/Papirus/${i}x${i}/places"
cp -r Icons/${i}x${i}/* "$pkgdir/usr/share/icons/Papirus/${i}x${i}/places"