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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Jan 13 20:36:36 UTC 2019


    Date: Sunday, January 13, 2019 @ 20:36:35
  Author: svenstaro
Revision: 422959

archrelease: copy trunk to community-x86_64

Added:
  libvterm/repos/community-x86_64/PKGBUILD
    (from rev 422958, libvterm/trunk/PKGBUILD)
Deleted:
  libvterm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-13 20:36:23 UTC (rev 422958)
+++ PKGBUILD	2019-01-13 20:36:35 UTC (rev 422959)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Florian Walch <florian+aur at fwalch.com>
-
-pkgname=libvterm
-_git=c4317a6
-pkgver=0.1.git1.${_git}
-pkgrel=3
-pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
-arch=('x86_64')
-url='http://www.leonerd.org.uk/code/libvterm'
-license=('MIT')
-depends=('glibc')
-makedepends=('git')
-source=("git+https://github.com/neovim/libvterm.git#commit=${_git}")
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:

Copied: libvterm/repos/community-x86_64/PKGBUILD (from rev 422958, libvterm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-13 20:36:35 UTC (rev 422959)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+
+pkgname=libvterm
+_git=26c3468
+pkgver=0.1.git2.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
+arch=('x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+depends=('glibc')
+makedepends=('git')
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git}")
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:



More information about the arch-commits mailing list