@MarsSeed: The developer did not tag 0.2 yet.
There is no reason to remove the .git
from the source URL. Clear your build cache.
Git Clone URL: | https://aur.archlinux.org/fsearch-git.git (read-only, click to copy) |
---|---|
Package Base: | fsearch-git |
Description: | A fast graphical file search utility |
Upstream URL: | https://github.com/cboxdoerfer/fsearch |
Keywords: | search |
Licenses: | GPL-2.0-or-later |
Conflicts: | fsearch |
Provides: | fsearch |
Submitter: | wander |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 60 |
Popularity: | 0.022429 |
First Submitted: | 2016-05-31 16:28 (UTC) |
Last Updated: | 2024-08-26 02:37 (UTC) |
@MarsSeed: The developer did not tag 0.2 yet.
There is no reason to remove the .git
from the source URL. Clear your build cache.
@mindstormer not happening here. Did you clean build?
EDIT: Never mind, my makepkg.conf was broken. No problems, built fine in chroot.
@kescherAUR Thank you, fixed.
Package needs modification to the source array in order to build again, please apply the following diff:
diff --git a/.SRCINFO b/.SRCINFO
index 8434683..df1df9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsearch-git
pkgdesc = A fast graphical file search utility. Development version.
- pkgver = 0.1.r6.g878232a
+ pkgver = 0.1.r71.ge874642
pkgrel = 1
url = https://cboxdoerfer.github.io/fsearch
arch = i686
@@ -12,7 +12,7 @@ pkgbase = fsearch-git
depends = icu
depends = pcre
conflicts = fsearch
- source = git://github.com/cboxdoerfer/fsearch.git
+ source = git+https://github.com/cboxdoerfer/fsearch.git
md5sums = SKIP
pkgname = fsearch-git
diff --git a/PKGBUILD b/PKGBUILD
index 75dbfc7..1de8bfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Boxdörfer <christian.boxdoerfer@posteo.de>
pkgname=fsearch-git
_gitname=fsearch
-pkgver=0.1.r6.g878232a
+pkgver=0.1.r71.ge874642
pkgrel=1
pkgdesc="A fast graphical file search utility. Development version."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('gtk3' 'icu' 'pcre')
makedepends=('git' 'meson')
conflicts=('fsearch')
-source=('git://github.com/cboxdoerfer/fsearch.git')
+source=('git+https://github.com/cboxdoerfer/fsearch.git')
md5sums=('SKIP')
pkgver() {
@wander that did it -- thank you!
@hansbert, you need to reinstall/rebuild the fsearch-git
AUR package. That's because icu
in the main repos was updated in a non-backwards compatible way and hence all packages which depend on it need to be rebuild. From the AUR wiki:
The AUR is unsupported, so any packages you install are your responsibility to update, not pacman's. If packages in the official repositories are updated, you will need to rebuild any AUR packages that depend on those libraries.
currently broken for me
fsearch: error while loading shared libraries: libicuuc.so.69: cannot open shared object file: No such file or directory
icu
is installed though
Pinned Comments
xiota commented on 2025-02-20 19:16 (UTC) (edited on 2025-02-24 08:14 (UTC) by xiota)
When
pacman
reports a library mismatch, rebuild after forcing update withpacman -Syudd
. Try clearing cache if there are still problems. Consider building in a clean chroot.