summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6beff70d6c7..ddae9fe1859f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = mkpdf
pkgdesc = A simple wrapper around pandoc and latexmk
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
- url = https://github.com/ber532k/mkpdf
+ url = https://github.com/seifferth/mkpdf
arch = any
license = GPL3
depends = texlive-core
depends = biber
depends = pandoc
optdepends = python-langdetect: autodetect language of input document
- source = https://github.com/ber532k/mkpdf/archive/v0.3.0.tar.gz
- md5sums = 2c68d9dace8a75afa12b5e32e9e71f71
+ source = https://github.com/seifferth/mkpdf/archive/v0.3.1.tar.gz
+ md5sums = dcca43e29774cae3e2e0d4605d532661
pkgname = mkpdf
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"