summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-08-02 14:18:47 +0200
committerSkycoder422017-08-02 14:18:47 +0200
commiteb92f5348f8b32541eef1364afe534b9226847f9 (patch)
tree8207f84cd377d28743e59d92e1049801a6d2bf36
parenta2765ba896914ff2a624245f15f689f9f9151419 (diff)
downloadaur-eb92f5348f8b32541eef1364afe534b9226847f9.tar.gz
fixed upstream url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0ad6f7e2004..4f14c9d1fe76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = repkg
pkgdesc = A tool to manage rebuilding of AUR packages based on their dependencies
pkgver = 1.0.0
- pkgrel = 1
- url = https://github.com/Baum42/repkg
+ pkgrel = 2
+ url = https://github.com/Skycoder42/repkg
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index f8bc7fe76ab6..d59bc1dde6df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=repkg
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to manage rebuilding of AUR packages based on their dependencies"
arch=('i686' 'x86_64')
-url="https://github.com/Baum42/$pkgname"
+url="https://github.com/Skycoder42/$pkgname"
license=('BSD')
depends=('qt5-base' 'pacman' )
makedepends=('qt5-tools' 'git')