Skip to content

Commit

Permalink
release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
excalibur1234 committed Mar 25, 2017
1 parent daa941d commit 2a62a5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD_AUR
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

_pkgname=pacui
pkgname=$_pkgname-git
pkgver=1.3
pkgrel=5
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')
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD_Manjaro
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Maintainer: excalibur1234 @forum.manjaro.org

pkgname=pacui
pkgver=1.3
pkgrel=5
pkgver=1.4
pkgrel=1
pkgdesc="A simple and interative Bash Frontend for Pacman/Pacaur/Yaourt"
arch=(any)
url="https://github.com/excalibur1234/$pkgname"
license=('GPL3')
depends=('pacman-mirrorlist' 'package-query' 'wget' 'gawk' 'sudo' 'fzf')
depends=('pacman-mirrors' 'package-query' 'wget' 'gawk' 'sudo' 'fzf')
conflicts=("$pkgname-git" 'pacli-simple')
replaces=('pacli-simple')
optdepends=('pacaur: Needed for AUR support. If installed, it gets used by default over Yaourt.'
Expand Down

0 comments on commit 2a62a5c

Please sign in to comment.