Date: Sunday, April 16, 2023 @ 10:27:15
  Author: arojas
Revision: 1446456

archrelease: copy trunk to community-x86_64

Added:
  webp-pixbuf-loader/repos/community-x86_64/PKGBUILD
    (from rev 1446455, 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    2023-04-16 10:27:04 UTC (rev 1446455)
+++ PKGBUILD    2023-04-16 10:27:15 UTC (rev 1446456)
@@ -1,22 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-pkgname=webp-pixbuf-loader
-pkgver=0.2.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=('a5515697f0703c85fd1651e2b0df3caa5ae4cbfb3393e84a229cd61b91905f76')
-
-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 1446455, 
webp-pixbuf-loader/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-16 10:27:15 UTC (rev 1446456)
@@ -0,0 +1,22 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+pkgname=webp-pixbuf-loader
+pkgver=0.2.4
+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=('54f448383d1c384409bd1690cdde9b44535c346855902e29bd37a18a7237c547')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}

Reply via email to