[arch-commits] Commit in libyaml/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 4 07:34:05 UTC 2020


    Date: Thursday, June 4, 2020 @ 07:34:04
  Author: felixonmars
Revision: 388252

archrelease: copy trunk to extra-x86_64

Added:
  libyaml/repos/extra-x86_64/PKGBUILD
    (from rev 388251, libyaml/trunk/PKGBUILD)
Deleted:
  libyaml/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 07:33:49 UTC (rev 388251)
+++ PKGBUILD	2020-06-04 07:34:04 UTC (rev 388252)
@@ -1,26 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Michal Bozon <michal.bozon__at__gmail.com>
-
-pkgname=libyaml
-pkgver=0.2.4
-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")
-md5sums=('0532bb32548ee92f1c0328aa8a87dec7')
-
-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 388251, libyaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-04 07:34:04 UTC (rev 388252)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# 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"
+}
+



More information about the arch-commits mailing list