summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Di Luigi2016-02-19 16:26:03 +0100
committerWilliam Di Luigi2016-02-19 16:26:03 +0100
commit1ed4d9bdc7dc685effbf451c44261def83c365e4 (patch)
tree8287b2b4d98b91990bbea1b03c9e0767ec63ea39
parent548549e36b234f7047f3ed465da9674104f9804c (diff)
downloadaur-1ed4d9bdc7dc685effbf451c44261def83c365e4.tar.gz
Update to 0.4.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f2cfefd98d4..de13629edeca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 4.2.1
-# Mon Sep 21 22:05:09 UTC 2015
+# Generated by makepkg 5.0.0
+# Fri Feb 19 15:25:40 UTC 2016
pkgbase = libt3highlight
pkgdesc = A syntax highlighting library.
- pkgver = 0.3.5
+ pkgver = 0.4.2
pkgrel = 1
url = http://os.ghalkes.nl/t3/libt3highlight.html
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = libt3highlight
license = GPL3
depends = libt3config>=0.2.5
options = !libtool
- source = http://os.ghalkes.nl/dist/libt3highlight-0.3.5.tar.bz2
- md5sums = f94e06aeae9f66807a7d7aeccd593610
+ source = http://os.ghalkes.nl/dist/libt3highlight-0.4.2.tar.bz2
+ md5sums = 663778fd88d279491d22ffff3e7a198b
pkgname = libt3highlight
diff --git a/PKGBUILD b/PKGBUILD
index 93e41cb03e83..13052e9e6dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
# Maintainer: Gertjan Halkes <arch at ghalkes dot nl>
+# Contributor: William Di Luigi <williamdiluigi@gmail.com>
+
pkgname=libt3highlight
-pkgver=0.3.5
+pkgver=0.4.2
pkgrel=1
pkgdesc="A syntax highlighting library."
arch=('x86_64' 'i686')
@@ -18,7 +20,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('f94e06aeae9f66807a7d7aeccd593610')
+md5sums=('663778fd88d279491d22ffff3e7a198b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"