summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-04-08 23:36:26 +0200
committerhaawda2020-04-08 23:36:26 +0200
commitef953f89b391c19eae2bfb5a34d6473d7c45687e (patch)
tree8c67ffe4adbe2d3dbacaac132dbd6b6113e1c9bd
parent6a3a5627fb0d0609d5e1574e8f63bed1b27adb39 (diff)
downloadaur-ef953f89b391c19eae2bfb5a34d6473d7c45687e.tar.gz
rebuild against new nim-legacy-package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f108492b1d4a..a52358d08855 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.13.r9.ga953c4c
+ pkgver = 0.14
pkgrel = 1
- url = https://github.com/brunomiguel/pakku
+ url = https://github.com/kitsunyan/pakku
arch = x86_64
license = GPL3
- makedepends = nim
+ makedepends = nim-legacy
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/brunomiguel/pakku.git
+ source = git+https://github.com/kitsunyan/pakku.git
sha256sums = SKIP
pkgname = pakku-git
diff --git a/PKGBUILD b/PKGBUILD
index b6c4cc182c50..2ee348cda9f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=pakku-git
-pkgver=0.13.r9.ga953c4c
+pkgver=0.14
pkgrel=1
pkgdesc='Pacman wrapper with AUR support with latest changes from github repo'
arch=('x86_64')
-url="https://github.com/brunomiguel/pakku"
+url="https://github.com/kitsunyan/pakku"
license=('GPL3')
depends=('libcurl.so' 'git')
-makedepends=('nim' 'git' 'asciidoc')
+makedepends=('nim-legacy' 'git' 'asciidoc')
backup=('etc/pakku.conf')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
-source=("git+$url.git")
+source=("git+$url.git" )
backup=('etc/pakku.conf')
sha256sums=('SKIP')