summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-07-20 09:57:33 +0200
committerhaawda2020-07-20 09:57:33 +0200
commit00ff1cfeab8696b508a7772955b24e4d2b99d0f4 (patch)
tree4a095d385ba394193e60e901f3f6810f6ce1c6c5 /PKGBUILD
parent162a2cc72ef8a1cca2be49f9a0fbff6a24ccf433 (diff)
downloadaur-00ff1cfeab8696b508a7772955b24e4d2b99d0f4.tar.gz
upstream works with recent nim version now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a84cdbf8901..8729aac09d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=pakku-git
-pkgver=0.14.r5.gd2030e0
+pkgver=0.14.r6.gb2321b0
pkgrel=1
pkgdesc='Pacman wrapper with AUR support with latest changes from github repo'
arch=('x86_64')
url="https://github.com/zqqw/pakku"
license=('GPL3')
depends=('libcurl.so' 'git')
-makedepends=('nim-legacy' 'git' 'asciidoc')
+makedepends=('nim' 'git' 'asciidoc')
backup=('etc/pakku.conf')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})