summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorexcalibur12342017-03-25 17:11:42 +0100
committerexcalibur12342017-03-25 17:11:42 +0100
commit9e9e079c96807a7f0934b1fcdd4a456f541c543d (patch)
treec2a4076540449e642f5764040bb73df017487171
parent3fc2b05ce661476dc12c8d3b254830c18ca58d27 (diff)
downloadaur-9e9e079c96807a7f0934b1fcdd4a456f541c543d.tar.gz
version 1.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c02b07261315..03fe8761b55d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = pacui-git
pkgdesc = A simple and interative Bash Frontend for Pacman/Pacaur/Yaourt
- pkgver = 1.3
- pkgrel = 4
+ pkgver = 1.4
+ pkgrel = 1
url = https://github.com/excalibur1234/pacui
arch = any
license = GPL3
makedepends = git
- depends = pacman-mirrorlist
+ depends = pacman-mirrors
depends = package-query
depends = wget
depends = gawk
depends = sudo
depends = fzf
optdepends = pacaur: Needed for AUR support. If installed, it gets used by default over Yaourt.
- optdepends = pac: Strongly recommended for pacaur, if AUR support is desired.
optdepends = yaourt: Needed for AUR support.
optdepends = downgrade: Needed for hidded "downgrade" option.
optdepends = update-notifier: Automatically get notified when updates are available.
diff --git a/PKGBUILD b/PKGBUILD
index df0a88ca1b9f..3cc4ffe99505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
_pkgname=pacui
pkgname=$_pkgname-git
-pkgver=1.3
-pkgrel=4
+pkgver=1.4
+pkgrel=1
pkgdesc="A simple and interative Bash Frontend for Pacman/Pacaur/Yaourt"
arch=(any)
url="https://github.com/excalibur1234/pacui"
license=('GPL3')
-depends=('pacman-mirrorlist' 'package-query' 'wget' 'gawk' 'sudo' 'fzf')
+depends=('pacman-mirrors' '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.'
- 'pac: Strongly recommended for pacaur, if AUR support is desired.'
'yaourt: Needed for AUR support.'
'downgrade: Needed for hidded "downgrade" option.'
'update-notifier: Automatically get notified when updates are available.')