summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrik Strandin2017-01-23 22:48:44 +0100
committerFredrik Strandin2017-01-23 22:48:44 +0100
commit826e1869b823e4395b89ee7d28b0b1b186cb7106 (patch)
tree4935bced63d189bd02d4d0045ca4b5636b4ba975 /PKGBUILD
parent87351e1e4b5c82de7cf05a3648096647676e5997 (diff)
downloadaur-826e1869b823e4395b89ee7d28b0b1b186cb7106.tar.gz
Update to 1.15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44ead3e6f8ab..706c45251af7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredrik Strandin <fredrik@strandin.name>
pkgname="dspdfviewer"
-pkgver=1.15
+pkgver=1.15.1
pkgrel=3
pkgdesc="Viewer for latex-beamer presentations that are built with the «show notes on second screen»-option"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('boost-libs' 'qt5-base' 'poppler-qt5')
makedepends=('cmake' 'boost' 'qt5-tools')
conflicts=('dspdfviewer-git')
source=("https://github.com/dannyedel/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('19986053ac4a60e086a9edd78281f1e422a64efef29e3c6604386419e9420686')
+sha256sums=('c5b6f8c93d732e65a27810286d49a4b1c6f777d725e26a207b14f6b792307b03')
build() {
cd "${pkgname}-${pkgver}"