summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-05-02 13:17:02 +0200
committerhaawda2020-05-02 13:17:02 +0200
commit2a79e43400e10b61aa4087b58fd861c428ddc69b (patch)
treef391b28e3d96504d8d45617debd0a86d213611a1
parentef953f89b391c19eae2bfb5a34d6473d7c45687e (diff)
downloadaur-2a79e43400e10b61aa4087b58fd861c428ddc69b.tar.gz
switch to another fork to allow use of normal nim
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a52358d08855..d2c28f1594c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 2ee348cda9f1..c29ea6ecf970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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})