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

Maxime Gauduin alucryd at archlinux.org
Thu Jul 18 08:46:43 UTC 2019


    Date: Thursday, July 18, 2019 @ 08:46:43
  Author: alucryd
Revision: 358116

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-18 08:46:37 UTC (rev 358115)
+++ PKGBUILD	2019-07-18 08:46:43 UTC (rev 358116)
@@ -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.1
-pkgrel=1
-pkgdesc="YAML 1.1 library"
-arch=('x86_64')
-url="http://pyyaml.org/wiki/LibYAML"
-license=('MIT')
-source=("http://pyyaml.org/download/libyaml/yaml-$pkgver.tar.gz")
-md5sums=('72724b9736923c517e5a8fc6757ef03d')
-
-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 358115, libyaml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-18 08:46:43 UTC (rev 358116)
@@ -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.2
+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=('54bf11ccb8bc488b5b3bec931f5b70dc')
+
+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