summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2019-06-27 08:22:40 +0200
committerFrederic Bezies2019-06-27 08:22:40 +0200
commitfd6a96a5fd96f308da874b60c3c288dbef7391d9 (patch)
tree7eb3f9e69ce9748c608ddeecf29f43afad7e5ccc
parent4252e3cc9d3d3bd8e0465a7b04dfe00023291f02 (diff)
downloadaur-fd6a96a5fd96f308da874b60c3c288dbef7391d9.tar.gz
PKGBUILD cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b866c048a21..43d28559d489 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pamac-aur-git
pkgdesc = A Gtk3 frontend for libalpm - git version
pkgver = 7.4.0.r28.g5e9a58e
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.manjaro.org/applications/pamac
arch = i686
arch = x86_64
@@ -38,7 +38,6 @@ pkgbase = pamac-aur-git
pkgname = pamac-aur-git
install = pamac.install
conflicts = pamac-aur
- replaces = pamac-aur
backup = etc/pamac.conf
pkgname = pamac-aur-tray-appindicator-git
@@ -46,5 +45,4 @@ pkgname = pamac-aur-tray-appindicator-git
depends = pamac-aur-git
depends = libappindicator-gtk3
conflicts = pamac-aur-tray-indicator
- replaces = pamac-aur-tray-indicator
diff --git a/PKGBUILD b/PKGBUILD
index 8d838eefe730..f85a9e6c1aae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=('pamac-aur-git' 'pamac-aur-tray-appindicator-git')
_pkgname=pamac
pkgver=7.4.0.r28.g5e9a58e
_pkgver=8.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Gtk3 frontend for libalpm - git version"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/pamac"
@@ -49,7 +49,6 @@ build() {
package_pamac-aur-git() {
backup=('etc/pamac.conf')
conflicts=('pamac-aur')
- replaces=('pamac-aur')
install=pamac.install
cd $_pkgname
cd builddir
@@ -63,7 +62,6 @@ package_pamac-aur-git() {
package_pamac-aur-tray-appindicator-git() {
pkgdesc="Tray icon using appindicator which fits better in KDE - git version"
conflicts=('pamac-aur-tray-indicator')
- replaces=('pamac-aur-tray-indicator')
depends=('pamac-aur-git' 'libappindicator-gtk3')
cd $_pkgname
install -Dm755 "builddir/src/pamac-tray-appindicator" "$pkgdir/usr/bin/pamac-tray-appindicator"