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

George Rawlinson grawlinson at gemini.archlinux.org
Mon May 23 08:12:47 UTC 2022


    Date: Monday, May 23, 2022 @ 08:12:47
  Author: grawlinson
Revision: 1210098

upgpkg: zk 0.10.1-1

* New upstream release.
* Removed dependency: icu.

Modified:
  zk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-23 08:11:17 UTC (rev 1210097)
+++ PKGBUILD	2022-05-23 08:12:47 UTC (rev 1210098)
@@ -2,16 +2,16 @@
 # Contributor: Nogweii <me at nogweii.net>
 
 pkgname=zk
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='A command-line tool helping you to maintain a Zettelkasten or personal wiki'
 arch=('x86_64')
 url="https://github.com/mickael-menu/zk"
 license=('GPL3')
-depends=('icu')
+depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='d8c9031f9c7b2bebe9eada6e52243d8403b34100'
+_commit='dbd791f6723199174833c367449af365cce441c8'
 source=("$pkgname::git+$url.git#commit=$_commit")
 md5sums=('SKIP')
 
@@ -47,7 +47,7 @@
     -ldflags "-linkmode external -extldflags $LDFLAGS \
     -X main.Version=$(git describe --tags HEAD) \
     -X main.Build=$(git rev-parse --short HEAD)" \
-    -tags "fts5 icu" \
+    -tags "fts5" \
     -o build \
     .
 }
@@ -54,7 +54,7 @@
 
 check() {
   cd "$pkgname"
-  go test -v -race -tags "fts5 icu" ./...
+  go test -v -race -tags "fts5" ./...
 }
 
 package() {



More information about the arch-commits mailing list