[arch-commits] Commit in duktape/trunk (PKGBUILD duktape.pc)

Alexander Rødseth arodseth at archlinux.org
Sat Oct 21 18:05:57 UTC 2017


    Date: Saturday, October 21, 2017 @ 18:05:56
  Author: arodseth
Revision: 263879

upgpkg: duktape 2.2.0-1

Modified:
  duktape/trunk/PKGBUILD
  duktape/trunk/duktape.pc

------------+
 PKGBUILD   |   10 +++++-----
 duktape.pc |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-21 17:32:30 UTC (rev 263878)
+++ PKGBUILD	2017-10-21 18:05:56 UTC (rev 263879)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 
 pkgname=duktape
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='Embeddable Javascript engine'
 arch=('x86_64' 'i686')
 url='http://duktape.org/'
@@ -12,8 +12,8 @@
 license=('MIT')
 source=("http://duktape.org/duktape-$pkgver.tar.xz" # no https available
         'duktape.pc')
-sha256sums=('6a58e5e8d8c7e3e638cd6e5b91be3bcaa4c89778d3892054a36052ae043dd11e'
-            'ab3bfffcae474a528b9bb0e6797d2942c8436a7e5e32484b2991a86de1cc04a2')
+sha256sums=('62f72206427633077cb02e7ccd2599ace4d254db409334593b86d262c0d50c14'
+            '7d06661869537a34f3aaf30146f8fbf76b29ef1fc43b6d1371dbb621f1a375b6')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -21,7 +21,7 @@
   mv Makefile.sharedlibrary Makefile
   sed 's/-Wall -Wextra/$(CFLAGS)/g' -i Makefile
   setconf Makefile INSTALL_PREFIX="$pkgdir/usr"
-  setconf "$srcdir/duktape.pc" Version "$pkgver"
+  setconf "$srcdir/duktape.pc" Version="$pkgver"
 }
 
 build() {

Modified: duktape.pc
===================================================================
--- duktape.pc	2017-10-21 17:32:30 UTC (rev 263878)
+++ duktape.pc	2017-10-21 18:05:56 UTC (rev 263879)
@@ -5,6 +5,6 @@
 
 Name: duktape
 Description: Embeddable Javascript engine
-Version: 2.1.1
+Version: 2.2.0
 Libs: -L${libdir} -lduktape
 Cflags: -I${includedir}



More information about the arch-commits mailing list