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

Maxime Gauduin alucryd at archlinux.org
Mon Aug 10 08:50:47 UTC 2020


    Date: Monday, August 10, 2020 @ 08:50:46
  Author: alucryd
Revision: 673496

upgpkg: luakit 2.2-1

Modified:
  luakit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-10 08:45:41 UTC (rev 673495)
+++ PKGBUILD	2020-08-10 08:50:46 UTC (rev 673496)
@@ -6,8 +6,8 @@
 # Contributor: J. W. Birdsong <jwbirdsong at gmail.com>
 
 pkgname=luakit
-pkgver=2.1
-pkgrel=3
+pkgver=2.2
+pkgrel=1
 pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
 arch=(x86_64)
 url=https://luakit.github.io/
@@ -25,11 +25,17 @@
   etc/xdg/luakit/rc.lua
   etc/xdg/luakit/theme.lua
 )
-source=(git+https://github.com/luakit/luakit.git#tag=${pkgver})
+_tag=3859dae9dee441735426359781185466f3c7281f
+source=(git+https://github.com/luakit/luakit.git#tag=${_tag})
 sha256sums=(SKIP)
 
+pkgver() {
+  cd luakit
+
+  git describe --tags
+}
+
 build() {
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   make DEVELOPMENT_PATHS=0 PREFIX=/usr USE_LUAJIT=1 -C luakit
 }
 



More information about the arch-commits mailing list