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

Jiachen Yang farseerfc at archlinux.org
Thu May 10 05:26:54 UTC 2018


    Date: Thursday, May 10, 2018 @ 05:26:51
  Author: farseerfc
Revision: 319932

upgpkg: pdfpc 4.1.2-1

pdfpc 4.1.2

Modified:
  pdfpc/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-10 03:13:18 UTC (rev 319931)
+++ PKGBUILD	2018-05-10 05:26:51 UTC (rev 319932)
@@ -3,9 +3,9 @@
 # Contributor: Andreas Bilke <andreas at bilke>
 
 pkgname=pdfpc
-pkgver=4.1
+pkgver=4.1.2
 _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/'
@@ -14,18 +14,18 @@
 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"
-"pr317.patch::https://github.com/pdfpc/pdfpc/commit/e120f098db8ab3b79f76d33640ac413053a61d71.patch")
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz")
+#"pr317.patch::https://github.com/pdfpc/pdfpc/commit/e120f098db8ab3b79f76d33640ac413053a61d71.patch")
 #"pr277.patch::https://github.com/pdfpc/pdfpc/commit/202abb5d2f9095689fbdf295c796ea57bcd0e934.patch")
 
-sha256sums=('aee684cc4b6cd8f2f83196ebd42608b9917104c9b1572985797daf1ae68e5454'
-            '090f4dbeb1ca8fc3775c243af1173479fd31e40b25b40d63b136b34dc8a86712')
+sha256sums=('0fcacd0deac39d93e21fc152b0cb01279b4ba209934fe385be6811236a03c87d')
+            #'090f4dbeb1ca8fc3775c243af1173479fd31e40b25b40d63b136b34dc8a86712')
             #'376f33bdd919a15564ebec25e48e97aadd42cf386ade5b5362ddaddc773ac1fa')
 
-prepare() {
-    cd "$srcdir/$pkgname-$_pkgver"
-    patch -p1 <../pr317.patch
-}
+#prepare() {
+#    cd "$srcdir/$pkgname-$_pkgver"
+#    patch -p1 <../pr317.patch
+#}
 
 build() {
     cd "$srcdir/$pkgname-$_pkgver"



More information about the arch-commits mailing list