Date: Saturday, November 12, 2022 @ 21:45:24
Author: arojas
Revision: 1347105
archrelease: copy trunk to community-x86_64
Added:
pugixml/repos/community-x86_64/PKGBUILD
(from rev 1347104, pugixml/trunk/PKGBUILD)
Deleted:
pugixml/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-12 21:45:15 UTC (rev 1347104)
+++ PKGBUILD 2022-11-12 21:45:24 UTC (rev 1347105)
@@ -1,27 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Gustavo Alvarez <[email protected]>
-
-pkgname=pugixml
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support"
-arch=(x86_64)
-url="https://pugixml.org"
-license=(MIT)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=(https://github.com/zeux/pugixml/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('dcf671a919cc4051210f08ffd3edf9e4247f79ad583c61577a13ee93af33afc7')
-
-build() {
- cmake -B build -S ${pkgname}-${pkgver%.1} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED_LIBS=ON
- make -C build
-}
-
-package() {
- make -C build DESTDIR="${pkgdir}" install
- install -Dm644 ${pkgname}-${pkgver%.1}/readme.txt -t
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: pugixml/repos/community-x86_64/PKGBUILD (from rev 1347104,
pugixml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-12 21:45:24 UTC (rev 1347105)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+
+pkgname=pugixml
+pkgver=1.13
+pkgrel=1
+pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support"
+arch=(x86_64)
+url="https://pugixml.org"
+license=(MIT)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=(https://github.com/zeux/pugixml/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe')
+
+build() {
+ cmake -B build -S ${pkgname}-${pkgver%.1} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=ON
+ make -C build
+}
+
+package() {
+ make -C build DESTDIR="${pkgdir}" install
+ install -Dm644 ${pkgname}-${pkgver%.1}/readme.txt -t
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}