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

Felix Yan felixonmars at archlinux.org
Tue Nov 6 21:01:19 UTC 2018


    Date: Tuesday, November 6, 2018 @ 21:01:19
  Author: felixonmars
Revision: 402177

archrelease: copy trunk to community-x86_64

Added:
  vocal/repos/community-x86_64/PKGBUILD
    (from rev 402176, vocal/trunk/PKGBUILD)
Deleted:
  vocal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-06 21:01:02 UTC (rev 402176)
+++ PKGBUILD	2018-11-06 21:01:19 UTC (rev 402177)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Marcin Tydelski <marcin.tydelski at gmail.com>
-# Contributor: Nathan Dyer <https://github.com/nathandyer>
-
-pkgname=vocal
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='Powerful, beautiful and simple podcast client for the modern free desktop'
-arch=(x86_64)
-url='https://vocalproject.net/'
-license=(GPL3)
-depends=(clutter-gst clutter-gtk granite gst-plugins-good gst-libav libnotify)
-makedepends=(cmake vala webkit2gtk)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/needle-and-thread/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('2f9c5a3273cc0f6af9361f82258bebe221770fe5f7c2e46f378ca41b4c450e7c')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: vocal/repos/community-x86_64/PKGBUILD (from rev 402176, vocal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-06 21:01:19 UTC (rev 402177)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Marcin Tydelski <marcin.tydelski at gmail.com>
+# Contributor: Nathan Dyer <https://github.com/nathandyer>
+
+pkgname=vocal
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Powerful, beautiful and simple podcast client for the modern free desktop'
+arch=(x86_64)
+url='https://vocalproject.net/'
+license=(GPL3)
+depends=(clutter-gst clutter-gtk granite gst-plugins-good gst-libav libnotify)
+makedepends=(cmake vala webkit2gtk)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/needle-and-thread/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('af5fa7e75871189a46a2738d98ed799c9880f4168a6274ca1991f59a2b83a80091313935e6f6953756d0063d4a2c0a90e7ddb456be892397025130e565c86fa9')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list