summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-12 22:24:39 +0800
committerChocobo12023-04-12 22:24:39 +0800
commitf6c434dfab21f4e69ab59de309e5c8bd6ae7488d (patch)
tree96205cc22fa217226aee6bd2dbffc9d2a170d1ff
parent04fd41a4ea5ff98dd65cb641b194fc89f31b734f (diff)
downloadaur-f6c434dfab21f4e69ab59de309e5c8bd6ae7488d.tar.gz
upgpkg: pugixml-git 1.13.r16.ge383ce5-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04eba4cb8cf6..6948e12bc6b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pugixml-git
pkgdesc = Light-weight, simple and fast XML parser for C++
- pkgver = 1.10.r52.gc4bae8d
+ pkgver = 1.13.r16.ge383ce5
pkgrel = 1
url = https://pugixml.org/
arch = i686
@@ -9,10 +9,9 @@ pkgbase = pugixml-git
makedepends = git
makedepends = cmake
depends = gcc-libs
- provides = pugixml
+ provides = pugixml=1.13.r16.ge383ce5
conflicts = pugixml
source = git+https://github.com/zeux/pugixml.git
sha256sums = SKIP
pkgname = pugixml-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5de7ba1c33fc..613ce5c1bc62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=pugixml-git
-pkgver=1.10.r52.gc4bae8d
+pkgver=1.13.r16.ge383ce5
pkgrel=1
pkgdesc="Light-weight, simple and fast XML parser for C++"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://pugixml.org/"
license=('MIT')
depends=('gcc-libs')
makedepends=('git' 'cmake')
-provides=('pugixml')
+provides=("pugixml=$pkgver")
conflicts=('pugixml')
source=("git+https://github.com/zeux/pugixml.git")
sha256sums=('SKIP')