summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorexcalibur12342017-04-04 17:46:03 +0200
committerexcalibur12342017-04-04 17:46:03 +0200
commitc8c9936d4db6c112fc2d50966c17821585f40de8 (patch)
treeb83bc7f250f87459f55332d4cf02d463befa5672
parent9e9e079c96807a7f0934b1fcdd4a456f541c543d (diff)
downloadaur-c8c9936d4db6c112fc2d50966c17821585f40de8.tar.gz
fixed dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03fe8761b55d..e71595de4e8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = pacui-git
pkgdesc = A simple and interative Bash Frontend for Pacman/Pacaur/Yaourt
pkgver = 1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/excalibur1234/pacui
arch = any
license = GPL3
makedepends = git
- depends = pacman-mirrors
depends = package-query
depends = wget
depends = gawk
@@ -15,7 +14,6 @@ pkgbase = pacui-git
optdepends = pacaur: Needed for AUR support. If installed, it gets used by default over Yaourt.
optdepends = yaourt: Needed for AUR support.
optdepends = downgrade: Needed for hidded "downgrade" option.
- optdepends = update-notifier: Automatically get notified when updates are available.
conflicts = pacui
conflicts = pacli-simple-git
replaces = pacli-simple-git
diff --git a/PKGBUILD b/PKGBUILD
index 3cc4ffe99505..e3a03b532b33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,18 @@
_pkgname=pacui
pkgname=$_pkgname-git
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="A simple and interative Bash Frontend for Pacman/Pacaur/Yaourt"
arch=(any)
url="https://github.com/excalibur1234/pacui"
license=('GPL3')
-depends=('pacman-mirrors' 'package-query' 'wget' 'gawk' 'sudo' 'fzf')
+depends=('package-query' 'wget' 'gawk' 'sudo' 'fzf')
makedepends=('git')
conflicts=("$_pkgname" 'pacli-simple-git')
replaces=('pacli-simple-git')
optdepends=('pacaur: Needed for AUR support. If installed, it gets used by default over Yaourt.'
'yaourt: Needed for AUR support.'
- 'downgrade: Needed for hidded "downgrade" option.'
- 'update-notifier: Automatically get notified when updates are available.')
+ 'downgrade: Needed for hidded "downgrade" option.')
source=("$_pkgname::git+https://github.com/excalibur1234/$_pkgname.git")
md5sums=('SKIP')