[arch-commits] Commit in webp-pixbuf-loader/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu Mar 25 15:07:49 UTC 2021


    Date: Thursday, March 25, 2021 @ 15:07:49
  Author: archange
Revision: 903124

archrelease: copy trunk to community-x86_64

Added:
  webp-pixbuf-loader/repos/community-x86_64/PKGBUILD
    (from rev 903123, webp-pixbuf-loader/trunk/PKGBUILD)
Deleted:
  webp-pixbuf-loader/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 15:07:22 UTC (rev 903123)
+++ PKGBUILD	2021-03-25 15:07:49 UTC (rev 903124)
@@ -1,22 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=webp-pixbuf-loader
-pkgver=0.0.2
-pkgrel=1
-pkgdesc="WebM GDK Pixbuf Loader library"
-arch=(x86_64)
-url="https://github.com/aruiz/webp-pixbuf-loader"
-license=(LGPL)
-depends=(gdk-pixbuf2 libwebp)
-makedepends=(meson)
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('207ea791f587fa7216c816c3f34669e3f1dea0ab248b3cf20ad5c7e3be7ea337')
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}

Copied: webp-pixbuf-loader/repos/community-x86_64/PKGBUILD (from rev 903123, webp-pixbuf-loader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-25 15:07:49 UTC (rev 903124)
@@ -0,0 +1,22 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=webp-pixbuf-loader
+pkgver=0.0.3
+pkgrel=1
+pkgdesc="WebM GDK Pixbuf Loader library"
+arch=(x86_64)
+url="https://github.com/aruiz/webp-pixbuf-loader"
+license=(LGPL)
+depends=(gdk-pixbuf2 libwebp)
+makedepends=(meson)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e2ba11afcd1272f26147214659bcf2462066a840ecb9ba2776c85abd0ec43cbe')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}



More information about the arch-commits mailing list