summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrik Strandin2015-08-07 15:19:04 +0200
committerFredrik Strandin2015-08-07 15:19:04 +0200
commit10b77fe80abc186742508ec214f293597c863ecf (patch)
tree46a1b1b59558d0fc768663d94473a5cd26e3643d /PKGBUILD
parent03a9d45609d36b87bd3bb981fbe96f9c16d97046 (diff)
downloadaur-10b77fe80abc186742508ec214f293597c863ecf.tar.gz
Update to 1.13.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ff0c2ec45c7..d27f10dc9774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredrik Strandin <fredrik@strandin.name>
pkgname="dspdfviewer"
-pkgver=1.13
+pkgver=1.13.1
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=('48dd79ae968a06eb5b58ce8d182eb4b2')
-sha256sums=('4bf218014b88a6944dbc2e7c3cc4fa24477cbf62a077a4004c0eea500923319d')
+md5sums=('aa47ae8b520daaa2963008be7d17f772')
+sha256sums=('333588de0316cfdb5821b8484ee55690dfa3c7431b67c126bfdbe9c9cc3e1ed4')
build() {
cd "${pkgname}-${pkgver}"