summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--pamac.install6
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16e1c2a11487..526a32d42462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pamac-aur-git
pkgdesc = A Gtk3 frontend for libalpm - git version
pkgver = 9.5.1.r0.gbb9c219
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.manjaro.org/applications/pamac
arch = i686
arch = pentium4
diff --git a/PKGBUILD b/PKGBUILD
index 88cdd0fa4bd0..7f08a8040dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=('pamac-aur-git' 'pamac-aur-tray-appindicator-git')
_pkgname=pamac
pkgver=9.5.1.r0.gbb9c219
_pkgver=9.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Gtk3 frontend for libalpm - git version"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/pamac"
diff --git a/pamac.install b/pamac.install
index 735605944888..66e973fef598 100644
--- a/pamac.install
+++ b/pamac.install
@@ -10,6 +10,12 @@ post_install() {
printf ' for other desktop environments.\n'
}
+post-update {
+ zcat /usr/share/app-info/xmls/community.xml.gz | sed 's|<em>||g;s|<\/em>||g;' | gzip > "new.xml.gz"
+ cp new.xml.gz /usr/share/app-info/xmls/community.xml.gz
+ appstreamcli refresh-cache --force
+}
+
post_remove() {
# disable systemd timers
rm -f /etc/systemd/system/multi-user.target.wants/pamac-cleancache.timer