You are not logged in.

#1 2019-09-05 09:51:30

karcher
Member
Registered: 2018-01-09
Posts: 140

[SOLVED] [REQUEST] PKGBUILD for evolus/pencil development branch

Hi all,

I think I have tried all 3 existing packages in the AUR for evolus/pencil:

  • evolus-pencil-bin

  • evolus-pencil-git

  • pencil

I had an issue with all of them, which I have reported on GitHub. The issue is not fixed in a release or even in the master branch but in the development branch. This applies to other issues since there are no commits and releases since 2017:
https://github.com/evolus/pencil/commits/master

I thought this project was dead but the development continues in the development branch:
https://github.com/evolus/pencil/commits/development
It would be great if someone of the 3 package maintainers or someone else could provide a PKGBUILD for evolus/pencil development branch.

Thanks!

Last edited by karcher (2019-09-05 11:38:43)

Offline

#2 2019-09-05 10:09:10

loqs
Member
Registered: 2014-03-06
Posts: 17,373

Re: [SOLVED] [REQUEST] PKGBUILD for evolus/pencil development branch

You can change the git package to use the development branch VCS_package_guidelines#VCS_sources

diff --git a/PKGBUILD b/PKGBUILD
index 699a088..bb93969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('git' 'npm')
 provides=('evolus-pencil-bin' 'evolus-pencil-avn')
 conflicts=('evolus-pencil-bin' 'evolus-pencil-svn')
 replaces=('evolus-pencil-svn')
-source=("pencil::git+https://github.com/evolus/pencil.git"
+source=("pencil::git+https://github.com/evolus/pencil.git#branch=development"
         "pencil.desktop"
         "pencil.sh")
 md5sums=('SKIP'

Offline

#3 2019-09-05 11:38:27

karcher
Member
Registered: 2018-01-09
Posts: 140

Re: [SOLVED] [REQUEST] PKGBUILD for evolus/pencil development branch

@loqs: thanks, it worked!

Offline

Board footer

Powered by FluxBB