Package Details: fsearch-git 0.2alpha.r63.g54ab19c-1

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. Development version.
Upstream URL: https://cboxdoerfer.github.io/fsearch
Keywords: search
Licenses: GPL2
Conflicts: fsearch
Submitter: wander
Maintainer: wander
Last Packager: wander
Votes: 58
Popularity: 0.000794
First Submitted: 2016-05-31 16:28 (UTC)
Last Updated: 2022-10-20 18:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

kescherAUR commented on 2022-01-28 19:57 (UTC)

@MarsSeed Most packages on the AUR use the ".git" suffix on GitHub git source URLs, and it doesn't error out like you described here. Did you take a look to check what the actual URL of that cached repo is? Also: The redirect on GitHub does not happen for git, only for web clients - Check what GitHub themselves says to use as clone URL when copying from the website.

wander commented on 2022-01-28 18:13 (UTC)

@MarsSeed, thx. I just tagged version 0.2alpha and pkgver should now generate the correct version.

Regarding the removal of .git from the source url, is this documented or suggest anywhere? I've never seen it used without it.

yochananmarqos commented on 2022-01-28 18:03 (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.

kescherAUR commented on 2022-01-24 21:04 (UTC)

@mindstormer not happening here. Did you clean build?

mindstormer commented on 2022-01-24 20:56 (UTC) (edited on 2022-01-25 02:26 (UTC) by mindstormer)

EDIT: Never mind, my makepkg.conf was broken. No problems, built fine in chroot.

wander commented on 2022-01-14 18:32 (UTC)

@kescherAUR Thank you, fixed.

kescherAUR commented on 2022-01-11 12:31 (UTC)

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() {