summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 135e4f7462ad..81e117a4b740 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hawkmoth
pkgdesc = Sphinx autodoc C extension
pkgver = latest
- pkgrel = 1
- url = https://gitlab.com/bms-contrib/hawkmoth
+ pkgrel = 2
+ url = https://github.com/jnikula/hawkmoth
arch = i686
arch = x86_64
license = BSD2
depends = python-sphinx
depends = clang
- source = git+https://gitlab.com/bms-contrib/hawkmoth#branch=unrot
+ source = git+https://github.com/jnikula/hawkmoth
md5sums = SKIP
pkgname = hawkmoth
diff --git a/PKGBUILD b/PKGBUILD
index 04cc174c8f07..26a155a58c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Bruno Santos <brunomanuelsantos@tecnico.ulisboa.pt>
#
-# This package now follows a development branch since there's no working release
-# yet. This package will eventually transition to a stable release.
+# This package now follows a branch since there's no proper release yet. This
+# package will eventually transition to a stable release.
pkgname=hawkmoth
pkgver=latest
-pkgrel=1
+pkgrel=2
pkgdesc='Sphinx autodoc C extension'
arch=('i686' 'x86_64')
-url='https://gitlab.com/bms-contrib/hawkmoth'
+url='https://github.com/jnikula/hawkmoth'
license=('BSD2')
depends=('python-sphinx' 'clang')
-source=('git+https://gitlab.com/bms-contrib/hawkmoth#branch=unrot')
+source=('git+https://github.com/jnikula/hawkmoth')
md5sums=('SKIP')
package() {