summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPřemysl Janouch2018-06-26 09:43:28 +0200
committerPřemysl Janouch2018-06-26 09:43:28 +0200
commit7d43be768dd83f57408760a4e521e48e2d71082e (patch)
treeffc1de5c243fabf0d11993386b889c819fe13b38
parent8fd9848a73b32b4bdd2ffb4894a45c279759c4e4 (diff)
downloadaur-7d43be768dd83f57408760a4e521e48e2d71082e.tar.gz
Move upstream URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c74159351d9a..fb835152aa21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = nncmpp-git
pkgdesc = MPD client
pkgver = r61.0999159
pkgrel = 1
- url = https://github.com/pjanouch/nncmpp
+ url = https://git.janouch.name/p/nncmpp
arch = i686
arch = x86_64
license = BSD
@@ -17,7 +17,7 @@ pkgbase = nncmpp-git
provides = nncmpp
conflicts = nncmpp
options = zipman
- source = git+https://github.com/pjanouch/nncmpp.git
+ source = git+https://git.janouch.name/p/nncmpp.git
md5sums = SKIP
pkgname = nncmpp-git
diff --git a/PKGBUILD b/PKGBUILD
index 2618e8a39b02..17a6518f56ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=nncmpp
pkgver=r61.0999159
pkgrel=1
pkgdesc="MPD client"
-url="https://github.com/pjanouch/nncmpp"
+url="https://git.janouch.name/p/nncmpp"
arch=('i686' 'x86_64')
license=('BSD')
options=(zipman)
@@ -12,7 +12,7 @@ conflicts=('nncmpp')
provides=('nncmpp')
makedepends=('cmake' 'pkg-config' 'git' 'help2man')
depends=('readline' 'ncurses' 'libunistring' 'curl')
-source=("git+https://github.com/pjanouch/$_pkgname.git")
+source=("git+https://git.janouch.name/p/$_pkgname.git")
md5sums=('SKIP')
pkgver() {