Coder Social home page Coder Social logo

Comments (10)

jle64 avatar jle64 commented on May 26, 2024

I have modified the search function to ignore case unless uppercase letters are used in the search (smartcase). This should be better (ArchLinux shows up when typing arc).

from gnome-pass-search-provider.

eyalch avatar eyalch commented on May 26, 2024

Wow. That was fast thank you very much! Will you also update the AUR package?

from gnome-pass-search-provider.

jle64 avatar jle64 commented on May 26, 2024

The AUR package tracks the git repo so it should already be updated.

from gnome-pass-search-provider.

eyalch avatar eyalch commented on May 26, 2024

Sure thing. Thanks again!

from gnome-pass-search-provider.

eyalch avatar eyalch commented on May 26, 2024

Doesn't look like it's updated...

from gnome-pass-search-provider.

jle64 avatar jle64 commented on May 26, 2024

I just ran pacaur -S gnome-pass-search-provider-git and it installed the new version.

How do you upgrade ? You need to kill the old gnome-pass-search-provider.py process or restart your session for the new version to be used.

from gnome-pass-search-provider.

eyalch avatar eyalch commented on May 26, 2024

Check out the package's page in AUR: https://aur.archlinux.org/packages/gnome-pass-search-provider-git/

from gnome-pass-search-provider.

jle64 avatar jle64 commented on May 26, 2024

Yes but this is normal, the PKGBUILD is made so that its version is autobumped to the last git commit, so it is doesn't need to be modified to be up2date. This is made through the pkgver function :

pkgver() {
        cd "$srcdir/$_pkgname"
        printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

See https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git for explanation.

So it's normal that the date doesn't change in AUR as the PKGBUILD isn't modified, but it still will install the latest version.

from gnome-pass-search-provider.

eyalch avatar eyalch commented on May 26, 2024

I just did -S gnome-pass-search-provider-git and log out and back in (alt+F2 -> r wasn't enough) and it works. Thanks.

Is there any way I can get my AUR helper to get updates for your package? Because I did -Syyu and it didn't help.

Sorry for the trouble, and thanks again.

from gnome-pass-search-provider.

jle64 avatar jle64 commented on May 26, 2024

I think this depends of your AUR helper. I use pacaur (which I shouldn't do as it's deprecated but whatever) and there is a --devel option that I think does update -git and such packages, although I've never tried it.

from gnome-pass-search-provider.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.