summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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() {