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

Alexander Rødseth arodseth at archlinux.org
Sat Feb 20 20:41:41 UTC 2016


    Date: Saturday, February 20, 2016 @ 21:41:41
  Author: arodseth
Revision: 162885

upgpkg: netsurf-buildsystem 1.5-1

Modified:
  netsurf-buildsystem/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 20:36:55 UTC (rev 162884)
+++ PKGBUILD	2016-02-20 20:41:41 UTC (rev 162885)
@@ -1,15 +1,16 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 
 pkgname=netsurf-buildsystem
-pkgver=1.3
+pkgver=1.5
 pkgrel=1
 pkgdesc='The Netsurf buildsystem'
 arch=('x86_64' 'i686')
 url='http://source.netsurf-browser.org/buildsystem.git/'
+depends=('perl' 'bash')
 license=('MIT')
 source=("http://download.netsurf-browser.org/libs/releases/buildsystem-$pkgver.tar.gz")
-sha256sums=('10bbe95ba07476208da6047bd3c74685b6e61ba9904975b5d5c9a2c79a84ac79')
+sha256sums=('dbc6afc639f6987b704e6ff4427668787ee7efba77e1bbf76b614699b5daaf71')
 
 build() {
   cd "buildsystem-$pkgver"
@@ -22,9 +23,10 @@
 package() {
   cd "buildsystem-$pkgver"
 
-  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-shared'   
+  make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-shared'
   make install PREFIX=/usr DESTDIR="$pkgdir" COMPONENT_TYPE='lib-static'
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
+# getver: -u 7
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list