[arch-commits] Commit in pdfpc/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Sun Oct 14 09:56:51 UTC 2018


    Date: Sunday, October 14, 2018 @ 09:56:50
  Author: farseerfc
Revision: 393411

upgpkg: pdfpc 4.2.1-1

pdfpc 4.2.1 upstream released last fix

Modified:
  pdfpc/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 09:45:48 UTC (rev 393410)
+++ PKGBUILD	2018-10-14 09:56:50 UTC (rev 393411)
@@ -2,9 +2,9 @@
 # Contributor: Andreas Bilke <andreas at bilke>
 
 pkgname=pdfpc
-pkgver=4.2
+pkgver=4.2.1
 _pkgver=$pkgver
-pkgrel=2
+pkgrel=1
 pkgdesc='A presenter console with multi-monitor support for PDF files'
 arch=('x86_64')
 url='https://pdfpc.github.io/'
@@ -13,17 +13,10 @@
 optdepends=('gst-plugins-good: more codecs for video playback support'
             'gst-libav: more codecs for video playback support')
 makedepends=('cmake' 'vala')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz"
-"missing-icons.patch::https://github.com/pdfpc/pdfpc/commit/126a0843bb860e525e141a0ffac6529fd6d73ee3.patch")
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz")
 
-sha256sums=('6a980415fd914a07e3a0b28c96a4b3e1e2541146869f2c8dd2e12e4ae3b9c2fb'
-            '45dd3e40771033b0e3d11e8d50f57629f80cb9143a857c602b52412fc5558cc1')
+sha256sums=('f67eedf092a9bc275dde312f3166063a2e88569f030839efc211127245be6df8')
 
-prepare() {
-    cd "$srcdir/$pkgname-$_pkgver"
-    patch -Np1 -i ../missing-icons.patch
-}
-
 build() {
     cd "$srcdir/$pkgname-$_pkgver"
     cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .



More information about the arch-commits mailing list