summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Wilper (epsilon)2016-07-26 05:22:15 +0200
committerSimon Wilper (epsilon)2016-07-26 05:22:15 +0200
commit31679cb5ed35cbe194db64a8a685df42af48d9a9 (patch)
tree80985810e221632af544048bd74df398f7fe3d11 /PKGBUILD
parentc563b95a77c97aa2928c8af42b8ea7efe2b8dc19 (diff)
downloadaur-31679cb5ed35cbe194db64a8a685df42af48d9a9.tar.gz
Version Bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ace9eb4e7247..f3f9a4cd339c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Wilper <sxw@chronowerks.de>
pkgname=odt2tex
-pkgver=0.0.11
+pkgver=0.0.12
pkgrel=1
pkgdesc="Convert odt files to tex"
url="https://www.chronowerks.de"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('libzip' 'expat')
makedepends=('libzip' 'expat')
source=("https://github.com/simonaw/odt2tex/archive/${pkgver}.tar.gz")
-md5sums=('575875f940998a7e2a376bebb01c2e85');
+md5sums=('bf0f2ba869a2932b55b59c9b402df9a0');
build() {
cd "${srcdir}/${pkgname}-${pkgver}"