summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-06-17 09:27:26 +0200
committeractionless2018-06-17 09:27:26 +0200
commit99ec4a7cabdf732ef66e07980b8a0e0c40cd9540 (patch)
tree43fabd4d5f0e6c8a22b18234a9671d39e706e8de
parent5a05e14722c3036dc3dcc10653abf2845a82c233 (diff)
downloadaur-99ec4a7cabdf732ef66e07980b8a0e0c40cd9540.tar.gz
update to 0.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cf796283c00..7e3e10754800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 0.13.2
+ pkgver = 0.14
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
- license = GPLv3
+ license = GPL3
depends = pacman>=5.1
depends = pyalpm
depends = git
conflicts = pikaur-git
- source = pikaur-0.13.2.tar.gz::https://github.com/actionless/pikaur/archive/0.13.2.tar.gz
- md5sums = a9b930ed195e10879f8a172f5acfac89
+ source = pikaur-0.14.tar.gz::https://github.com/actionless/pikaur/archive/0.14.tar.gz
+ md5sums = b686a912809d750d89b55e704d32483d
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index 8493c30072f0..59bed86201a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.13.2
+pkgver=0.14
pkgrel=1
pkgdesc="AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
url="https://github.com/actionless/pikaur"
-license=('GPLv3')
+license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('a9b930ed195e10879f8a172f5acfac89')
+md5sums=('b686a912809d750d89b55e704d32483d')
depends=(
'pacman>=5.1'
'pyalpm'