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

Sergej Pupykin spupykin at archlinux.org
Wed Jun 10 16:01:19 UTC 2015


    Date: Wednesday, June 10, 2015 @ 18:01:19
  Author: spupykin
Revision: 135156

upgpkg: libunibreak 3.0-2

upd

Modified:
  libunibreak/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-10 15:38:24 UTC (rev 135155)
+++ PKGBUILD	2015-06-10 16:01:19 UTC (rev 135156)
@@ -4,12 +4,12 @@
 
 pkgname=libunibreak
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
 arch=("i686" "x86_64")
 url="https://github.com/adah1972/libunibreak/"
 license=("custom:zlib/libpng")
-depends=("glibc")
+depends=()
 replaces=('liblinebreak')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz")
 md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
@@ -24,5 +24,6 @@
 package() {
   cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
   make DESTDIR="$pkgdir" install
+  rm -f $pkgdir/usr/lib/*.a
   install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list