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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Apr 10 08:54:56 UTC 2019


    Date: Wednesday, April 10, 2019 @ 08:54:55
  Author: svenstaro
Revision: 450702

upgpkg: laz-perf 1:1.3.0-1

Modified:
  laz-perf/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-10 08:52:40 UTC (rev 450701)
+++ PKGBUILD	2019-04-10 08:54:55 UTC (rev 450702)
@@ -1,18 +1,19 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=laz-perf
-pkgver=20171016.c48ca10
+pkgver=1.3.0
+epoch=1
 pkgrel=1
 pkgdesc="Alternative LAZ implementation for C++ and JavaScript"
 arch=(any)
 url="https://github.com/hobu/laz-perf"
 license=(LGPL)
-makedepends=(cmake git)
-source=('git://github.com/hobu/laz-perf.git#commit=c48ca10')
-sha512sums=('SKIP')
+makedepends=(cmake)
+source=("https://github.com/hobu/laz-perf/archive/${pkgver}.tar.gz")
+sha512sums=('4e6e5197a90bf98fe6784a56e940070ad640ee2791443b9232960fd0f7639cc8d48d5c13df0cfc228e6be5fccd600afb1c171cb5e127bd874688e0ab231c25a8')
 
 build() {
-  mkdir -p laz-perf/build
-  cd laz-perf/build
+  mkdir -p laz-perf-$pkgver/build
+  cd laz-perf-$pkgver/build
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
   make
@@ -19,13 +20,13 @@
 }
 
 check() {
-  cd laz-perf/build
+  cd laz-perf-$pkgver/build
 
   make test
 }
 
 package() {
-  cd laz-perf/build
+  cd laz-perf-$pkgver/build
 
   make DESTDIR="$pkgdir/" install
 }



More information about the arch-commits mailing list