summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradiazcaro2018-10-24 13:29:26 -0300
committeradiazcaro2018-10-24 13:29:26 -0300
commit2a401626c1d7739d3b1738577186da25c4e591e8 (patch)
tree8e74a37bd040c5e18879042ebb761fdbb79e4f1b
parentf3cea6e59d169b2115565ef150d823badd533fbe (diff)
downloadaur-pdfpc-notimer.tar.gz
Updated to version 4.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e177d2c29914..5fe5efe03cc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdfpc-notimer
pkgdesc = PDFPC with a patch to not show the timer in the presentations.
- pkgver = 4.1.2
+ pkgver = 4.2.1
pkgrel = 2
url = https://pdfpc.github.io/
arch = x86_64
@@ -15,11 +15,9 @@ pkgbase = pdfpc-notimer
optdepends = gst-plugins-good: more codecs for video playback support
optdepends = gst-libav: more codecs for video playback support
conflicts = pdfpc
- source = pdfpc-4.1.2.tar.gz::https://github.com/pdfpc/pdfpc/archive/v4.1.2.tar.gz
- source = deb888677.patch::https://github.com/pdfpc/pdfpc/commit/21e4efb3afe325fe7e2f800d1c22fd1bc28bc3d7.patch
+ source = pdfpc-4.2.1.tar.gz::https://github.com/pdfpc/pdfpc/archive/v4.2.1.tar.gz
source = notimer.patch
- sha256sums = 0fcacd0deac39d93e21fc152b0cb01279b4ba209934fe385be6811236a03c87d
- sha256sums = 8546c86cbcbf24491c9f44f7fd294de144b3bee57725cea8827e0006239ebcef
+ sha256sums = f67eedf092a9bc275dde312f3166063a2e88569f030839efc211127245be6df8
sha256sums = 79d728ca0d88c6d2007643d6b528d5a5aa4c144008143f3bd00d7b419256860b
pkgname = pdfpc-notimer
diff --git a/PKGBUILD b/PKGBUILD
index 06776345e490..7000932512a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alejandro Díaz-Caro <alejandro@diaz-caro.info>
pkgname=pdfpc-notimer
-pkgver=4.1.2
+pkgver=4.2.1
_pkgver=$pkgver
pkgrel=2
pkgdesc='PDFPC with a patch to not show the timer in the presentations.'
@@ -14,16 +14,13 @@ optdepends=('gst-plugins-good: more codecs for video playback support'
makedepends=('cmake' 'vala')
conflicts=('pdfpc')
source=("pdfpc-$_pkgver.tar.gz::https://github.com/pdfpc/pdfpc/archive/v$_pkgver.tar.gz"
-"deb888677.patch::https://github.com/pdfpc/pdfpc/commit/21e4efb3afe325fe7e2f800d1c22fd1bc28bc3d7.patch"
"notimer.patch")
-sha256sums=('0fcacd0deac39d93e21fc152b0cb01279b4ba209934fe385be6811236a03c87d'
- '8546c86cbcbf24491c9f44f7fd294de144b3bee57725cea8827e0006239ebcef'
+sha256sums=('f67eedf092a9bc275dde312f3166063a2e88569f030839efc211127245be6df8'
'79d728ca0d88c6d2007643d6b528d5a5aa4c144008143f3bd00d7b419256860b')
prepare() {
cd "$srcdir/pdfpc-$_pkgver"
- patch -p1 <../deb888677.patch ## reverse the pr344 to fix video playback
patch -Np1 -i "$srcdir/notimer.patch" ## do not print the timer
## see https://bugs.archlinux.org/task/58786
}