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

Levente Polyak anthraxx at gemini.archlinux.org
Sat Jul 17 19:38:18 UTC 2021


    Date: Saturday, July 17, 2021 @ 19:38:18
  Author: anthraxx
Revision: 978413

archrelease: copy trunk to community-x86_64

Added:
  gitui/repos/community-x86_64/PKGBUILD
    (from rev 978412, gitui/trunk/PKGBUILD)
Deleted:
  gitui/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-17 19:38:15 UTC (rev 978412)
+++ PKGBUILD	2021-07-17 19:38:18 UTC (rev 978413)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Simon Hauser <Simon-Hauser at outlook.de>
-# Contributor: Wesley Moore <wes at wezm.net>
-
-pkgname=gitui
-pkgver=0.16.1
-pkgrel=1
-pkgdesc='Blazing fast terminal-ui for git written in Rust'
-url='https://github.com/extrawurst/gitui'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
-makedepends=('cargo' 'python') # xcb crate needs python
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('84fd4c1c004301a12b8f96f3f9218cda5a1263e8bab8480d3857553562a057f2')
-b2sums=('b85f5788837438238f69c1dca1086078d0a6badf120dedece5d52db857b1b0016f0ee8c3b6cf18bb5c2758c5db92800b0f475520dfddf5a5ee8b2e88edeace21')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export LIBGIT2_SYS_USE_PKG_CONFIG=1
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  export LIBGIT2_SYS_USE_PKG_CONFIG=1
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 target/release/gitui -t "${pkgdir}/usr/bin/"
-  install -Dm 644 {KEY_CONFIG,README,THEMES}.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gitui/repos/community-x86_64/PKGBUILD (from rev 978412, gitui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-17 19:38:18 UTC (rev 978413)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Simon Hauser <Simon-Hauser at outlook.de>
+# Contributor: Wesley Moore <wes at wezm.net>
+
+pkgname=gitui
+pkgver=0.16.2
+pkgrel=1
+pkgdesc='Blazing fast terminal-ui for git written in Rust'
+url='https://github.com/extrawurst/gitui'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'libgit2' 'libgit2.so' 'libxcb')
+makedepends=('cargo' 'python') # xcb crate needs python
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('4e0e56fd897c5b0b42bd7fd645bd4cfae876d82e12422e70488527e8e60d5853')
+b2sums=('e850b408951261ef7d6d5bf4a22f6e52495f55fe546c86f740927086b89b89b716ce2c30c716f5cc29f12b25f28e4c4668944dda18b04a4e2a6b03e1fb3e7155')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export LIBGIT2_SYS_USE_PKG_CONFIG=1
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  export LIBGIT2_SYS_USE_PKG_CONFIG=1
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 target/release/gitui -t "${pkgdir}/usr/bin/"
+  install -Dm 644 {KEY_CONFIG,README,THEMES}.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list