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

Christian Hesse eworm at archlinux.org
Sun Jun 7 19:13:57 UTC 2020


    Date: Sunday, June 7, 2020 @ 19:13:56
  Author: eworm
Revision: 640094

archrelease: copy trunk to community-x86_64

Added:
  unibilium/repos/community-x86_64/PKGBUILD
    (from rev 640093, unibilium/trunk/PKGBUILD)
Deleted:
  unibilium/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 19:13:52 UTC (rev 640093)
+++ PKGBUILD	2020-06-07 19:13:56 UTC (rev 640094)
@@ -1,26 +0,0 @@
-
-pkgname=unibilium
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='A terminfo parsing library'
-arch=('x86_64')
-url='https://github.com/neovim/unibilium'
-depends=('glibc')
-license=('LGPL3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/neovim/unibilium/archive/v$pkgver.tar.gz")
-sha256sums=('05bf97e357615e218126f7ac086e7056a23dc013cfac71643b50a18ad390c7d4')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" make install PREFIX=/usr
-}

Copied: unibilium/repos/community-x86_64/PKGBUILD (from rev 640093, unibilium/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-07 19:13:56 UTC (rev 640094)
@@ -0,0 +1,27 @@
+
+pkgname=unibilium
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='A terminfo parsing library'
+arch=('x86_64')
+url='https://github.com/neovim/unibilium'
+depends=('glibc')
+provides=('libunibilium.so')
+license=('LGPL3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/neovim/unibilium/archive/v$pkgver.tar.gz")
+sha256sums=('05bf97e357615e218126f7ac086e7056a23dc013cfac71643b50a18ad390c7d4')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" make install PREFIX=/usr
+}



More information about the arch-commits mailing list