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

Jiachen Yang farseerfc at archlinux.org
Fri Dec 21 07:07:12 UTC 2018


    Date: Friday, December 21, 2018 @ 07:07:12
  Author: farseerfc
Revision: 417063

upgpkg: pdfpc 4.3.0-1

pdfpc 4.3.0

Modified:
  pdfpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 06:57:11 UTC (rev 417062)
+++ PKGBUILD	2018-12-21 07:07:12 UTC (rev 417063)
@@ -2,9 +2,9 @@
 # Contributor: Andreas Bilke <andreas at bilke>
 
 pkgname=pdfpc
-pkgver=4.2.1
+pkgver=4.3.0
 _pkgver=$pkgver
-pkgrel=3
+pkgrel=1
 pkgdesc='A presenter console with multi-monitor support for PDF files'
 arch=('x86_64')
 url='https://pdfpc.github.io/'
@@ -13,19 +13,13 @@
 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"
-        "issue321.patch::https://github.com/pdfpc/pdfpc/compare/v4.2.1...42b436a89971066603bc5e6161278173913ca785.patch"
-        "issue390.patch::https://github.com/pdfpc/pdfpc/commit/e0dfb5120869715739c994cbbee8cdb6c44430a4.patch")
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz")
 
-sha256sums=('f67eedf092a9bc275dde312f3166063a2e88569f030839efc211127245be6df8'
-            'f6b16b3d0cf37352d9333651980328f77bbff2783cbb67bfa919c4bebab5870a'
-            '206c37d86a650bed48da3a69024550e4b2854d20327f593981555c637b9cdc0e')
+sha256sums=('15bb8f202988a978635f9b569f57be6dfe6e29e8ed3fc4929781cf8ef553ea2a')
 
-prepare() {
-    cd "$srcdir/$pkgname-$_pkgver"
-    patch -Np1 -i ../issue321.patch
-    patch -Np1 -i ../issue390.patch
-}
+#prepare() {
+#    cd "$srcdir/$pkgname-$_pkgver"
+#}
 
 build() {
     cd "$srcdir/$pkgname-$_pkgver"



More information about the arch-commits mailing list