[arch-commits] Commit in vocal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Wed Apr 17 17:30:51 UTC 2019
Date: Wednesday, April 17, 2019 @ 17:30:50
Author: bgyorgy
Revision: 451885
archrelease: copy trunk to community-x86_64
Added:
vocal/repos/community-x86_64/PKGBUILD
(from rev 451884, vocal/trunk/PKGBUILD)
Deleted:
vocal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-17 17:30:45 UTC (rev 451884)
+++ PKGBUILD 2019-04-17 17:30:50 UTC (rev 451885)
@@ -1,26 +0,0 @@
-# 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
-}
Copied: vocal/repos/community-x86_64/PKGBUILD (from rev 451884, vocal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-17 17:30:50 UTC (rev 451885)
@@ -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.4.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=('56265b46b6dc67a3d9041298677b775494b6d7127ff084483874c853042361305b10a59682f6ef66139814794afc0fdd1ff5c7cc410133763d2ff88e300dcb11')
+
+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