summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrik Strandin2015-07-30 19:03:43 +0200
committerFredrik Strandin2015-07-30 19:03:43 +0200
commit03a9d45609d36b87bd3bb981fbe96f9c16d97046 (patch)
treef0154e2450fe381a62d7f16402dd073c3c342556 /PKGBUILD
parent769f7bff6fe405683496d95084373266120d6aca (diff)
downloadaur-03a9d45609d36b87bd3bb981fbe96f9c16d97046.tar.gz
Update to 1.13-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d45b36ca556e..9ff0c2ec45c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredrik Strandin <fredrik@strandin.name>
pkgname="dspdfviewer"
-pkgver=1.12
+pkgver=1.13
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=('2abb8689b4c67aad5ab73bf7e0ff1e36')
-sha256sums=('915a0bc489f12d0c02122e1a98155e39d3489d204207ecd15d74d9327a56d8cf')
+md5sums=('48dd79ae968a06eb5b58ce8d182eb4b2')
+sha256sums=('4bf218014b88a6944dbc2e7c3cc4fa24477cbf62a077a4004c0eea500923319d')
build() {
cd "${pkgname}-${pkgver}"