summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrik Strandin2015-07-30 12:20:12 +0200
committerFredrik Strandin2015-07-30 12:20:12 +0200
commit769f7bff6fe405683496d95084373266120d6aca (patch)
tree6964afbba5bc92c509dcb2f19c0a4a54d7674633 /PKGBUILD
parentdf3102e655cbde7aa3cac84a568acd1d86437b97 (diff)
downloadaur-769f7bff6fe405683496d95084373266120d6aca.tar.gz
Update to 1.12-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fa1db46499e..d45b36ca556e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredrik Strandin <fredrik@strandin.name>
pkgname="dspdfviewer"
-pkgver=1.11
+pkgver=1.12
pkgrel=1
pkgdesc="Viewer for latex-beamer presentations that are built with the «show notes on second screen»-option"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ depends=('boost-libs' 'poppler-qt4')
makedepends=('cmake' 'boost')
conflicts=('dspdfviewer-git')
source=("https://github.com/dannyedel/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('39c97a91fa1006ec43c2d75a7be3190d')
-sha256sums=('366ed816158a5d618a464e3fe255a37f78365e3a640b6fe69187d990f46948fd')
+md5sums=('2abb8689b4c67aad5ab73bf7e0ff1e36')
+sha256sums=('915a0bc489f12d0c02122e1a98155e39d3489d204207ecd15d74d9327a56d8cf')
build() {
cd "${pkgname}-${pkgver}"