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

Florian Pritz bluewind at nymeria.archlinux.org
Tue Nov 5 19:47:29 UTC 2013


    Date: Tuesday, November 5, 2013 @ 20:47:28
  Author: bluewind
Revision: 100545

upstream fixed the source urls

Modified:
  highlight/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-05 19:02:37 UTC (rev 100544)
+++ PKGBUILD	2013-11-05 19:47:28 UTC (rev 100545)
@@ -4,18 +4,17 @@
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
 pkgver=3.16.1
-_pkgver=3.16
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html"
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=(qt4 lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$_pkgver.tar.bz2{,.asc})
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
 md5sums=('688bb537db149dc720b9ef1ffc796ced'
          'SKIP')
 
 build() {
-  cd "$srcdir/$pkgbase-$_pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
 
   make QMAKE=qmake-qt4
   make QMAKE=qmake-qt4 gui
@@ -24,7 +23,7 @@
 package_highlight() {
   pkgdesc="Fast and flexible source code highlighter (CLI version)"
   depends=('lua')
-  cd "$srcdir/$pkgbase-$_pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
 
   make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install
 }
@@ -32,7 +31,7 @@
 package_highlight-gui() {
   pkgdesc="Fast and flexible source code highlighter (Qt version)"
   depends=('qt4' 'highlight')
-  cd "$srcdir/$pkgbase-$_pkgver"
+  cd "$srcdir/$pkgbase-$pkgver"
 
   install -dm755 "$pkgdir/usr/bin"
   make DESTDIR="$pkgdir" QMAKE=qmake-qt4 install-gui




More information about the arch-commits mailing list