Date: Friday, January 27, 2023 @ 19:23:25
Author: arojas
Revision: 467456
archrelease: copy trunk to extra-x86_64
Added:
libyaml/repos/extra-x86_64/PKGBUILD
(from rev 467455, libyaml/trunk/PKGBUILD)
Deleted:
libyaml/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-27 19:23:11 UTC (rev 467455)
+++ PKGBUILD 2023-01-27 19:23:25 UTC (rev 467456)
@@ -1,26 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Michal Bozon <michal.bozon__at__gmail.com>
-
-pkgname=libyaml
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="YAML 1.1 library"
-arch=('x86_64')
-url="https://pyyaml.org/wiki/LibYAML"
-license=('MIT')
-source=("https://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz")
-sha512sums=('dadd7d8e0d88b5ebab005e5d521d56d541580198aa497370966b98c904586e642a1cd4f3881094eb57624f218d50db77417bbfd0ffdce50340f011e35e8c4c02')
-
-build() {
- cd "$srcdir/yaml-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/yaml-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 License "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
Copied: libyaml/repos/extra-x86_64/PKGBUILD (from rev 467455,
libyaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-27 19:23:25 UTC (rev 467456)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Michal Bozon <michal.bozon__at__gmail.com>
+
+pkgname=libyaml
+pkgver=0.2.5
+pkgrel=2
+pkgdesc="YAML 1.1 library"
+arch=('x86_64')
+url="https://pyyaml.org/wiki/LibYAML"
+license=('MIT')
+depends=('glibc')
+source=("https://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz")
+sha512sums=('dadd7d8e0d88b5ebab005e5d521d56d541580198aa497370966b98c904586e642a1cd4f3881094eb57624f218d50db77417bbfd0ffdce50340f011e35e8c4c02')
+
+build() {
+ cd "$srcdir/yaml-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/yaml-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 License "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+