summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {