mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
flowblade: update to 2.4
This commit is contained in:
parent
484bf7564a
commit
f1267a067f
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
--- flowblade-trunk/flowblade 2019-08-31 20:09:32.877338976 +0200
|
||||
+++ flowblade-trunk/flowblade 2019-08-31 20:09:50.706337258 +0200
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
# Update sys.path to include modules
|
||||
# When running on distro
|
||||
-if launch_dir in {"bin", "/usr/bin", "/usr/local/bin"}:
|
||||
+if launch_dir in {"/bin", "/usr/bin", "/usr/local/bin"}:
|
||||
print "Running from installation..."
|
||||
modules_path = "/usr/share/flowblade/Flowblade"
|
||||
if not os.path.isdir(modules_path):
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'flowblade'
|
||||
pkgname=flowblade
|
||||
version=2.2
|
||||
version=2.4
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_wrksrc=flowblade-trunk
|
||||
|
@ -15,4 +15,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://jliljebl.github.io/flowblade/"
|
||||
distfiles="https://github.com/jliljebl/flowblade/archive/v${version}.tar.gz"
|
||||
checksum=4c7bc61d2d38dbf91bbae9f835fbf82504a47d973983427264706a0596573e70
|
||||
checksum=708ec92081d12f1388191fccce69643bf3a30fe6567a0037fb95c8774014472b
|
||||
|
|
Loading…
Add table
Reference in a new issue