summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2021-05-15 18:57:37 +0200
committerFrederic Bezies2021-05-15 18:57:37 +0200
commit930f0e95aaf97436caef648bc1378bba76b3c9f3 (patch)
treebc49dd91b72a6284ea46bd335bf0826ead3b39d8 /PKGBUILD
parent75b5a53885b37e7c2921b6f80c6250bf51bece3e (diff)
downloadaur-930f0e95aaf97436caef648bc1378bba76b3c9f3.tar.gz
Fixing PKBGUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee03160dfd61..1b57d544e0f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=('pamac-aur-git')
_pkgname=pamac
pkgver=10.1.2.r0.gbd6b8e8
-_pkgver=10.1.1
-pkgrel=1
+_pkgver=10.1.2
+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"
@@ -18,7 +18,7 @@ makedepends=('gettext' 'itstool' 'vala' 'meson' 'ninja' 'gobject-introspection'
options=(!emptydirs)
# Only for Manjaro users who should not use it...
provides=('pamac')
-conflicts=('pamac')
+conflicts=('pamac' 'pamac-all' 'pamac-aur' 'pamac-all-git')
# End of Manjaro users section
source=(git+https://gitlab.manjaro.org/applications/$_pkgname.git)
sha256sums=('SKIP')