summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2018-02-10 16:39:15 +0200
committerDet2018-02-10 16:39:15 +0200
commit94dbb849d33372da961cb4aca0e6963c7177f6f0 (patch)
treed11bc062e6e8032cd20656f1f475615cce0b82b6
parentcf562784988bd3a291daa5750eeb42921451138e (diff)
downloadaur-94dbb849d33372da961cb4aca0e6963c7177f6f0.tar.gz
Re-initial upload: 2018.1.2.r2585.g5c6e9a6
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5040b2957f8..38188abb2fa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Combined X.Org X11 Protocol headers - Git version"
arch=('any')
url="http://cgit.freedesktop.org/xorg/proto/$_pkgname/"
license=('custom')
-makedepends=('git' 'xorg-util-macros') # 'xmlto' 'libxslt' 'linuxdoc-tools' 'docbook-sgml' 'fop')
+makedepends=('git' 'xorg-util-macros')
provides=('xorgproto' 'bigreqsproto' 'compositeproto' 'damageproto' 'dmxproto' 'dri2proto' 'dri3proto' 'fixesproto' 'fontsproto' 'glproto' 'inputproto' 'kbproto' 'presentproto' 'printproto' 'randrproto' 'recordproto' 'renderproto' 'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xextproto' 'xf86dgaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 'xineramaproto' 'xproto')
conflicts=(${provides[@]})
replaces=(${provides[@]/xorgproto})
@@ -18,7 +18,6 @@ md5sums=('SKIP')
pkgver() {
cd $_pkgname
-
echo $(git describe --long | cut -d "-" -f2-3 | tr - .).r$(git rev-list HEAD --count).$(git describe --long | cut -d "-" -f4)
}