summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-06-10 16:28:59 +0200
committerFrederic Bezies2021-06-10 16:28:59 +0200
commit903dfadf7a1e9a4af8d75d87024f71b0c45ef06f (patch)
tree82c474017d5103ce73a71828698e852484743766
parent54720e04326a51c30eebf1f11bb8bbe1a41220f2 (diff)
downloadaur-903dfadf7a1e9a4af8d75d87024f71b0c45ef06f.tar.gz
some useful comment added
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70174c125480..a338329a5574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pamac-all-git
pkgdesc = A Gtk3 frontend for libalpm (everything in one package - snap, flatpak, appindicator)
pkgver = 10.1.3.r0.g8582762
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.manjaro.org/applications/pamac
install = pamac.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 977312d196c5..23a69b289430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
# https://gitlab.manjaro.org/packages/extra/pamac
ENABLE_FLATPAK=1
ENABLE_SNAPD=1
+#Set this flag to 0 if you want to use pamac-tray-icon-plasma
ENABLE_APPINDICATOR=1
ENABLE_GNOME=0
_pkgname=pamac
pkgname=pamac-all-git
pkgver=10.1.3.r0.g8582762
-pkgrel=1
+pkgrel=2
_pkgfixver=10.1.3
pkgdesc="A Gtk3 frontend for libalpm (everything in one package - snap, flatpak, appindicator)"