summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12018-12-02 13:26:16 +0800
committerChocobo12018-12-02 13:26:16 +0800
commit2f727c4c1a012ad785cdf36dcb10d96e5423475f (patch)
tree76f70834bf9064d51a875e50a1c980b45b623a07 /PKGBUILD
parentb4fb7686b5386a228a2183ed7ac0c313271f9b70 (diff)
downloadaur-2f727c4c1a012ad785cdf36dcb10d96e5423475f.tar.gz
upgpkg: libxml2-git 2.9.9.rc2.r1.g6fc04d71-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54597678b438..dd027deb6d6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libxml2-git
-pkgver=2.9.4.r99.g27f310d4
+pkgver=2.9.9.rc2.r1.g6fc04d71
pkgrel=1
pkgdesc="The XML C parser and toolkit of Gnome"
arch=('i686' 'x86_64')
-url="https://libxml2.freedesktop.org/wiki/"
+url="http://xmlsoft.org/"
license=('MIT')
-depends=('glibc' 'icu' 'xz' 'zlib' 'sh')
+depends=('glibc' 'icu' 'sh' 'xz' 'zlib')
makedepends=('git')
provides=('libxml2')
conflicts=('libxml2')
options=('staticlibs')
-source=("git+https://git.gnome.org/browse/libxml2")
+source=("git+https://gitlab.gnome.org/GNOME/libxml2.git")
sha256sums=('SKIP')
@@ -26,7 +26,10 @@ build() {
cd "libxml2"
NOCONFIGURE=1 ./autogen.sh
- ./configure --prefix="/usr" --with-history --with-icu
+ ./configure \
+ --prefix="/usr" \
+ --with-history \
+ --with-icu
make
}