summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-08-18 12:41:46 +0200
committerhaawda2018-08-18 12:41:46 +0200
commit23ee1a727e82e201aae30f10df9a2106622b8761 (patch)
tree654c5ea9b46d85733a47c9e5e8982a36d763f56e
parent6d20ec9e7f0a0effc6f1a91ef844a1bd4620c2df (diff)
downloadaur-23ee1a727e82e201aae30f10df9a2106622b8761.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 725fa5f1ab12..7a7d318ce8b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pakku-git
pkgdesc = Pacman wrapper with AUR support with latest changes from github repo
- pkgver = 0.6
+ pkgver = 0.13.1.gd25443b
pkgrel = 1
- url = https://github.com/kitsunyan/pakku-git
+ url = https://github.com/kitsunyan/pakku
arch = x86_64
license = GPL3
makedepends = nim
diff --git a/PKGBUILD b/PKGBUILD
index 12d97c28cf9b..e23906f75bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=pakku-git
-pkgver=0.6
+pkgver=0.13.1.gd25443b
pkgrel=1
pkgdesc='Pacman wrapper with AUR support with latest changes from github repo'
arch=('x86_64')
-url="https://github.com/kitsunyan/$pkgname"
+url="https://github.com/kitsunyan/pakku"
license=('GPL3')
depends=('libcurl.so' 'git')
makedepends=('nim' 'git' 'asciidoc')