summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2019-10-23 15:06:06 +0200
committerNicola Murino2019-10-23 15:06:06 +0200
commit21e01ec54e7ee1e6da132602ff289240aa687ed3 (patch)
tree68273ecd05116e181d4ecffb411d1aab4300b552 /PKGBUILD
parentd7568a5d26aafc21c17cc0b0647b05515fe86fef (diff)
downloadaur-21e01ec54e7ee1e6da132602ff289240aa687ed3.tar.gz
don't modify upstream packaging
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 865ec89e7091..2bde3875db0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='pop-gtk-theme-bin'
pkgver='5.0.0'
-pkgrel=9
+pkgrel=10
_timestamp=1571333736
_commit=d7e5e73
pkgdesc='System76 Pop GTK+ Theme'
@@ -37,8 +37,6 @@ package() {
cd "${srcdir}"
tar -xJC "${pkgdir}" -f data.tar.xz
- rm -r "${pkgdir}/usr/share/themes/Pop/gnome-shell"
- rm -r "${pkgdir}/usr/share/themes/Pop-dark/gnome-shell"
}
# vim: ts=2 sw=2 et: