[arch-commits] Commit in highlight/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Wed Dec 3 15:26:40 UTC 2014


    Date: Wednesday, December 3, 2014 @ 16:26:39
  Author: bluewind
Revision: 123414

upgpkg: highlight 3.20-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-03 15:12:24 UTC (rev 123413)
+++ PKGBUILD	2014-12-03 15:26:39 UTC (rev 123414)
@@ -3,7 +3,7 @@
 # Contributor: Jan Fader <jan.fader at web.de>
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.19
+pkgver=3.20
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html"
 license=('GPL')
@@ -10,9 +10,9 @@
 arch=('i686' 'x86_64')
 makedepends=(qt4 lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('b20643085d2727cc8221aaf9db5f2ade'
+md5sums=('9acf4b2928499eb00fcf4be9e7b791f8'
          'SKIP')
-backup=(etc/highlight/filetypes.conf)
+validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
@@ -24,6 +24,7 @@
 package_highlight() {
   pkgdesc="Fast and flexible source code highlighter (CLI version)"
   depends=('lua')
+  backup=(etc/highlight/filetypes.conf)
   cd "$srcdir/$pkgbase-$pkgver"
 
   make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install



More information about the arch-commits mailing list