[arch-commits] Commit in fribidi/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Dec 16 01:33:01 UTC 2019


    Date: Monday, December 16, 2019 @ 01:33:00
  Author: heftig
Revision: 371555

1.0.8-1

Modified:
  fribidi/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-15 23:05:19 UTC (rev 371554)
+++ PKGBUILD	2019-12-16 01:33:00 UTC (rev 371555)
@@ -1,30 +1,32 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Nezmer <Nezmer at gmail.com>
 
 pkgname=fribidi
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-arch=('x86_64')
-license=('LGPL')
 url="https://github.com/fribidi/fribidi/"
-depends=('glibc')
-makedepends=('git' 'meson')
-_commit=aac3845708969b9c4bc2874edc4950123595b1b4  # tags/v1.0.7
+arch=(x86_64)
+license=(LGPL)
+depends=(glibc)
+makedepends=(git meson)
+_commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059  # tags/v1.0.8
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
-md5sums=('SKIP')
+sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd fribidi
   git describe --tags | sed -e 's/-/+/g' -e 's/^v//'
 }
 
 prepare() {
-  cd $pkgname
+  cd fribidi
 }
 
 build() {
-  arch-meson $pkgname build -D docs=false
+  arch-meson fribidi build \
+    -D docs=false
   ninja -C build
 }
 
@@ -35,3 +37,5 @@
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list