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

Daniel M. Capella polyzen at archlinux.org
Sun Jun 2 02:29:05 UTC 2019


    Date: Sunday, June 2, 2019 @ 02:29:04
  Author: polyzen
Revision: 476560

upgpkg: skim 0.6.7-1

Modified:
  skim/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 22:35:06 UTC (rev 476559)
+++ PKGBUILD	2019-06-02 02:29:04 UTC (rev 476560)
@@ -2,7 +2,7 @@
 # Contributor: fenuks
 
 pkgname=skim
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc='Fuzzy Finder in rust!'
 arch=('x86_64')
@@ -11,8 +11,13 @@
 url=https://github.com/lotabout/skim
 license=('MIT')
 source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('df4c8c9a3641321786e014f63d1f1bc4b15762d666792d3f8b86e73704c15643ca01e3f6242243eb903454cc7c8e983255583b1cddc39cfdd5e779c00f1a546e')
+sha512sums=('05aee9fc9a59cd28c7ec713a6cd70fd03d349441572b33611975cc685964aad042ad1d32c500e0d30abd56fc7fcb3b2a06135122460b2b1c5992ea3608e3fb11')
 
+prepare() {
+  cd skim-$pkgver
+  sed -i '369s/0.6.6/0.6.7/' Cargo.lock
+}
+
 build() {
   cd skim-$pkgver
   cargo build --release --locked



More information about the arch-commits mailing list