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

Fabio Castelli muflone at archlinux.org
Sat Nov 9 13:22:17 UTC 2019


    Date: Saturday, November 9, 2019 @ 13:22:16
  Author: muflone
Revision: 524825

archrelease: copy trunk to community-x86_64

Added:
  celluloid/repos/community-x86_64/PKGBUILD
    (from rev 524824, celluloid/trunk/PKGBUILD)
Deleted:
  celluloid/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-09 13:21:36 UTC (rev 524824)
+++ PKGBUILD	2019-11-09 13:22:16 UTC (rev 524825)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Ainola
-
-pkgname=celluloid
-pkgver=0.17
-pkgrel=1
-pkgdesc='Simple GTK+ frontend for mpv'
-arch=(x86_64)
-url='https://celluloid-player.github.io/'
-license=(GPL3)
-depends=(gtk3 mpv)
-makedepends=(meson)
-replaces=(gnome-mpv)
-source=("https://github.com/celluloid-player/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-#validpgpkeys=('4BA23A4D2F798D926C7A0E0D0F9039A19BE2326C') # gnome-mpv
-sha256sums=('0016078c02c1c8629a0658bd6eeb02be50d94a670983f53cbdb23f34f4866b28')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: celluloid/repos/community-x86_64/PKGBUILD (from rev 524824, celluloid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-09 13:22:16 UTC (rev 524825)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Ainola
+
+pkgname=celluloid
+pkgver=0.18
+pkgrel=1
+pkgdesc='Simple GTK+ frontend for mpv'
+arch=(x86_64)
+url='https://celluloid-player.github.io/'
+license=(GPL3)
+depends=(gtk3 mpv)
+makedepends=(meson)
+replaces=(gnome-mpv)
+source=("https://github.com/celluloid-player/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
+#validpgpkeys=('4BA23A4D2F798D926C7A0E0D0F9039A19BE2326C') # gnome-mpv
+sha256sums=('01114c1fc0f22ac9cb6e2776d874018a2b6827ac6cbd6aa974f7a2f55367ba3e')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list