summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2018-03-31 15:28:37 +0200
committerChristian Krause2018-03-31 15:29:18 +0200
commit3657023cf5028b6e6ddf3140d4d2fd8249635680 (patch)
treeb9333c8cb3e50943a6f6a8ffe7f9279a6f77f853
parent4ec5cf413ef9e1137a8dd9dc6ecaaada890902cb (diff)
downloadaur-3657023cf5028b6e6ddf3140d4d2fd8249635680.tar.gz
fixes url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 471879f9d74f..09b8851cbef2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dfhack
pkgdesc = memory hacking library for Dwarf Fortress and a set of tools that use it
pkgver = 0.44.08
pkgrel = 1
- url = http://dfhack.readthedocs.io/en/v0.44.08/
+ url = https://dfhack.readthedocs.io/en/stable/
arch = x86_64
arch = i686
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 556271f18db8..98fccc6e91e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgver=$pkgver-alpha1
pkgrel=1
pkgdesc="memory hacking library for Dwarf Fortress and a set of tools that use it"
arch=('x86_64' 'i686')
-url="http://dfhack.readthedocs.io/en/v$pkgver/"
+url="https://dfhack.readthedocs.io/en/stable/"
license=('custom')
depends=("dwarffortress=$pkgver" lua protobuf libpng12 libxrandr libjpeg6 freetype2 libglvnd libxcursor libxinerama)
makedepends=('cmake' 'git' 'python-sphinx' 'perl-xml-libxml' 'perl-xml-libxslt')