summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Santos2018-12-09 23:12:49 +0100
committerBruno Santos2018-12-09 23:12:49 +0100
commit2409e2b93b4993a8447dab3bffcd410b8418d8ad (patch)
treeb19e34f875fe22cc92ec9467cb7a17f7c919de2e
parent59d036acd3d2fb6f4c45eaed3c7fe3fc0b892bee (diff)
downloadaur-2409e2b93b4993a8447dab3bffcd410b8418d8ad.tar.gz
Swap source for the real upstream
Now that some patches have landed, we can start following upstream.
-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() {