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

Maxim Baz maximbaz at archlinux.org
Tue Sep 1 11:57:38 UTC 2020


    Date: Tuesday, September 1, 2020 @ 11:57:38
  Author: maximbaz
Revision: 695435

archrelease: copy trunk to community-x86_64

Added:
  kakoune/repos/community-x86_64/PKGBUILD
    (from rev 695434, kakoune/trunk/PKGBUILD)
Deleted:
  kakoune/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-01 11:57:35 UTC (rev 695434)
+++ PKGBUILD	2020-09-01 11:57:38 UTC (rev 695435)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Frank Lenormand <lenormf at gmail dot com>
-pkgname=kakoune
-pkgver=2020.08.04
-pkgrel=1
-pkgdesc="Multiple-selection, UNIX-flavored modal editor"
-arch=("x86_64")
-url="https://kakoune.org/"
-license=("custom:unlicense")
-depends=("ncurses")
-optdepends=(
-    "aspell: spell checking support"
-    "clang: C/C++ completion and diagnostics support"
-    "kak-lsp: LSP client"
-    "ranger: filesystem explorer"
-    "tmux: splitting and creating windows"
-    "xdotool: X11 utility to focus arbitrary kakoune clients"
-    "xorg-xmessage: display debug messages in a new window"
-)
-source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
-sha256sums=('02469fac1ff83191165536fa52f01907db5be0a734bc90570924b3edbb9cf121')
-
-build() {
-    cd "${pkgname}-${pkgver}/src"
-    make debug=no
-}
-
-check() {
-    cd "${pkgname}-${pkgver}/src"
-    make debug=no test
-}
-
-package() {
-    cd "${pkgname}-${pkgver}/src"
-    make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
-    install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 695434, kakoune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-01 11:57:38 UTC (rev 695435)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Frank Lenormand <lenormf at gmail dot com>
+pkgname=kakoune
+pkgver=2020.09.01
+pkgrel=1
+pkgdesc="Multiple-selection, UNIX-flavored modal editor"
+arch=("x86_64")
+url="https://kakoune.org/"
+license=("custom:unlicense")
+depends=("ncurses")
+optdepends=(
+    "aspell: spell checking support"
+    "clang: C/C++ completion and diagnostics support"
+    "kak-lsp: LSP client"
+    "ranger: filesystem explorer"
+    "tmux: splitting and creating windows"
+    "xdotool: X11 utility to focus arbitrary kakoune clients"
+    "xorg-xmessage: display debug messages in a new window"
+)
+source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
+sha256sums=('861a89c56b5d0ae39628cb706c37a8b55bc289bfbe3c72466ad0e2757ccf0175')
+
+build() {
+    cd "${pkgname}-${pkgver}/src"
+    make debug=no
+}
+
+check() {
+    cd "${pkgname}-${pkgver}/src"
+    make debug=no test
+}
+
+package() {
+    cd "${pkgname}-${pkgver}/src"
+    make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
+    install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list