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

Felix Yan felixonmars at archlinux.org
Fri May 28 14:24:06 UTC 2021


    Date: Friday, May 28, 2021 @ 14:24:06
  Author: felixonmars
Revision: 949816

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-28 14:24:03 UTC (rev 949815)
+++ PKGBUILD	2021-05-28 14:24:06 UTC (rev 949816)
@@ -1,27 +0,0 @@
-
-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
-}

Copied: unibilium/repos/community-x86_64/PKGBUILD (from rev 949814, unibilium/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-28 14:24:06 UTC (rev 949816)
@@ -0,0 +1,27 @@
+
+pkgname=unibilium
+pkgver=2.1.1
+pkgrel=1
+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")
+sha512sums=('ebcdcddc6c3a540d086b113bb83470c1c17cf59056b28308a484b20dc3df71de0f5d6e5bf105f9e4a8347c78500c65ae46c2b53ec87692a898c321a047664ee2')
+
+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