[arch-commits] Commit in gupnp-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Nov 23 22:09:55 UTC 2021


    Date: Tuesday, November 23, 2021 @ 22:09:55
  Author: arojas
Revision: 1054530

archrelease: copy trunk to community-x86_64

Added:
  gupnp-tools/repos/community-x86_64/PKGBUILD
    (from rev 1054529, gupnp-tools/trunk/PKGBUILD)
Deleted:
  gupnp-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-23 22:09:44 UTC (rev 1054529)
+++ PKGBUILD	2021-11-23 22:09:55 UTC (rev 1054530)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=gupnp-tools
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="Utilities and demos to work with UPnP"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/GUPnP"
-license=('GPL')
-depends=('gtksourceview4' 'gupnp' 'gupnp-av')
-makedepends=('meson')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('4ea96d167462b3a548efc4fc4ea089fe518d7d29be349d1cce8982b9ffb53b4a')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: gupnp-tools/repos/community-x86_64/PKGBUILD (from rev 1054529, gupnp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-23 22:09:55 UTC (rev 1054530)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=gupnp-tools
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="Utilities and demos to work with UPnP"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GUPnP"
+license=('GPL')
+depends=('gtksourceview4' 'gupnp' 'gupnp-av')
+makedepends=('meson')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('6de49ef4b375b8a164f74b766168b1184e0d28196b6b07a4f5341f08dfd85d6c')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list