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 e7ef4a7c9afb..88835af30a94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = standardese-git
pkgdesc = A (work-in-progress) nextgen Doxygen for C++
pkgver = 0.5.2.r9.gefbc112
pkgrel = 4
- url = https://github.com/foonathan/standardese
+ url = https://github.com/standardese/standardese
arch = i686
arch = x86_64
license = MIT
@@ -15,7 +15,7 @@ pkgbase = standardese-git
depends = llvm
provides = standardese
conflicts = standardese
- source = git+https://github.com/foonathan/standardese.git
+ source = git+https://github.com/standardese/standardese.git
md5sums = SKIP
pkgname = standardese-git
diff --git a/PKGBUILD b/PKGBUILD
index 8b5cee6ba476..bc3b8ba3a4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgver=0.5.2.r9.gefbc112
pkgrel=4
pkgdesc="A (work-in-progress) nextgen Doxygen for C++"
arch=('i686' 'x86_64')
-url="https://github.com/foonathan/standardese"
+url="https://github.com/standardese/standardese"
license=('MIT')
depends=('clang>=3.7.1' 'boost-libs>=1.55' 'llvm')
makedepends=('git' 'cmake' 'boost>=1.55' 'cmark')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git+https://github.com/foonathan/standardese.git')
+source=('git+https://github.com/standardese/standardese.git')
md5sums=('SKIP')
pkgver() {