summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-10-20 19:03:15 +0100
committerEric Engestrom2022-10-20 19:04:02 +0100
commite52c806e8de464a1e3f30f2a8c85b18aeef658e4 (patch)
tree647ed85924626e95a268106d0120a6c3e24d52fb
parent01cce99d0c3b831b1d4ef61efbd1116dc511bdf2 (diff)
downloadaur-e52c806e8de464a1e3f30f2a8c85b18aeef658e4.tar.gz
fix makedepends from subversion to git
It's been 5 years since the sources moved from subversion to git... 🤦
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8e70d12be25..f17ca91e1ce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,8 @@ pkgbase = egl-man-pages
license = custom
makedepends = libxslt
makedepends = docbook-xsl
- makedepends = subversion
- source = https://github.com/KhronosGroup/EGL-Registry
+ makedepends = git
+ source = git+https://github.com/KhronosGroup/EGL-Registry
md5sums = SKIP
pkgname = egl-man-pages
-
diff --git a/PKGBUILD b/PKGBUILD
index 84643f819e2e..780de087148c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="EGL Man Pages"
arch=('any')
url="http://www.opengl.org/wiki/Getting_started/XML_Toolchain_and_Man_Pages"
license=('custom')
-makedepends=('libxslt' 'docbook-xsl' 'subversion')
+makedepends=('libxslt' 'docbook-xsl' 'git')
source=('git+https://github.com/KhronosGroup/EGL-Registry')
md5sums=('SKIP')