[arch-commits] Commit in luakit/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Mar 25 15:13:34 UTC 2021


    Date: Thursday, March 25, 2021 @ 15:13:34
  Author: alucryd
Revision: 903137

archrelease: copy trunk to community-x86_64

Added:
  luakit/repos/community-x86_64/PKGBUILD
    (from rev 903136, luakit/trunk/PKGBUILD)
Deleted:
  luakit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 15:13:29 UTC (rev 903136)
+++ PKGBUILD	2021-03-25 15:13:34 UTC (rev 903137)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Aoibhinn Nic Aoidh <oibindnicaoidh at gmail.com>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: J. W. Birdsong <jwbirdsong at gmail.com>
-
-pkgname=luakit
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
-arch=(x86_64)
-url=https://luakit.github.io/
-license=(GPL3)
-depends=(
-  lua51-filesystem
-  luajit
-  webkit2gtk
-)
-makedepends=(
-  git
-  help2man
-)
-backup=(
-  etc/xdg/luakit/rc.lua
-  etc/xdg/luakit/theme.lua
-)
-_tag=5f25506f2218dd3a37d96d18c77f4fa706c29c7f
-source=(git+https://github.com/luakit/luakit.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd luakit
-
-  git describe --tags
-}
-
-build() {
-  make DEVELOPMENT_PATHS=0 PREFIX=/usr USE_LUAJIT=1 -C luakit
-}
-
-package() {
-  make DESTDIR="${pkgdir}" PREFIX=/usr -C luakit install
-}
-
-# vim: ts=2 sw=2 et:

Copied: luakit/repos/community-x86_64/PKGBUILD (from rev 903136, luakit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-25 15:13:34 UTC (rev 903137)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Aoibhinn Nic Aoidh <oibindnicaoidh at gmail.com>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: J. W. Birdsong <jwbirdsong at gmail.com>
+
+pkgname=luakit
+pkgver=2.3
+pkgrel=1
+pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
+arch=(x86_64)
+url=https://luakit.github.io/
+license=(GPL3)
+depends=(
+  lua51-filesystem
+  luajit
+  webkit2gtk
+)
+makedepends=(
+  git
+  help2man
+)
+backup=(
+  etc/xdg/luakit/rc.lua
+  etc/xdg/luakit/theme.lua
+)
+_tag=6f69789afc4a9f98c272c448d752151a76b64ace
+source=(git+https://github.com/luakit/luakit.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd luakit
+
+  git describe --tags
+}
+
+build() {
+  make DEVELOPMENT_PATHS=0 PREFIX=/usr USE_LUAJIT=1 -C luakit
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr -C luakit install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list