summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a01b4cd94d34..9d49552f1711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: ber532k <ber532k@gmx.de>
pkgname=mkpdf
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="A simple wrapper around pandoc and latexmk"
arch=('any')
-url="https://github.com/ber532k/mkpdf"
+url="https://github.com/seifferth/mkpdf"
license=('GPL3')
depends=('texlive-core' 'biber' 'pandoc')
optdepends=('python-langdetect: autodetect language of input document')
-source=("https://github.com/ber532k/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('2c68d9dace8a75afa12b5e32e9e71f71')
+source=("https://github.com/seifferth/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('dcca43e29774cae3e2e0d4605d532661')
build() {
cd "$srcdir/$pkgname-$pkgver"