diff options
author | haawda | 2020-05-02 13:17:02 +0200 |
---|---|---|
committer | haawda | 2020-05-02 13:17:02 +0200 |
commit | 2a79e43400e10b61aa4087b58fd861c428ddc69b (patch) | |
tree | f391b28e3d96504d8d45617debd0a86d213611a1 | |
parent | ef953f89b391c19eae2bfb5a34d6473d7c45687e (diff) | |
download | aur-2a79e43400e10b61aa4087b58fd861c428ddc69b.tar.gz |
switch to another fork to allow use of normal nim
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,11 +1,11 @@ pkgbase = pakku-git pkgdesc = Pacman wrapper with AUR support with latest changes from github repo - pkgver = 0.14 + pkgver = 0.14.r2.g85382ca pkgrel = 1 - url = https://github.com/kitsunyan/pakku + url = https://github.com/zqqw/pakku arch = x86_64 license = GPL3 - makedepends = nim-legacy + makedepends = nim makedepends = git makedepends = asciidoc depends = libcurl.so @@ -13,7 +13,7 @@ pkgbase = pakku-git provides = pakku conflicts = pakku backup = etc/pakku.conf - source = git+https://github.com/kitsunyan/pakku.git + source = git+https://github.com/zqqw/pakku.git sha256sums = SKIP pkgname = pakku-git @@ -2,14 +2,14 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=pakku-git -pkgver=0.14 +pkgver=0.14.r2.g85382ca pkgrel=1 pkgdesc='Pacman wrapper with AUR support with latest changes from github repo' arch=('x86_64') -url="https://github.com/kitsunyan/pakku" +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}) |