biblesync: update to 2.0.0.
This commit is contained in:
parent
9b20144385
commit
e3ea6628db
|
@ -2905,7 +2905,7 @@ libPocoUtil.so.50 poco-1.8.0.1_1
|
||||||
libPocoRedis.so.50 poco-1.8.0.1_1
|
libPocoRedis.so.50 poco-1.8.0.1_1
|
||||||
libopenblas.so.0 openblas-0.2.19_1
|
libopenblas.so.0 openblas-0.2.19_1
|
||||||
librtmidi.so.4 rtmidi-3.0.0_1
|
librtmidi.so.4 rtmidi-3.0.0_1
|
||||||
libbiblesync.so.1.2.0 biblesync-1.2.0_1
|
libbiblesync.so.2.0.0 biblesync-2.0.0_1
|
||||||
libbac-9.0.4.so bacula-common-9.0.4_1
|
libbac-9.0.4.so bacula-common-9.0.4_1
|
||||||
libbaccfg-9.0.4.so bacula-common-9.0.4_1
|
libbaccfg-9.0.4.so bacula-common-9.0.4_1
|
||||||
libbacfind-9.0.4.so bacula-common-9.0.4_1
|
libbacfind-9.0.4.so bacula-common-9.0.4_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'biblesync'
|
# Template file for 'biblesync'
|
||||||
pkgname=biblesync
|
pkgname=biblesync
|
||||||
version=1.2.0
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=TRUE"
|
configure_args="-DBUILD_SHARED_LIBS=TRUE"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Dan Arnfield <dan@arnfield.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
homepage="https://github.com/karlkleinpaste/biblesync"
|
homepage="https://github.com/karlkleinpaste/biblesync"
|
||||||
distfiles="https://github.com/karlkleinpaste/biblesync/archive/${version}.tar.gz"
|
distfiles="https://github.com/karlkleinpaste/biblesync/archive/${version}.tar.gz"
|
||||||
checksum=3c94f0de9e85a3564fbea7c36acfe175462d424eefbbad929cb3bc520e6a229f
|
checksum=a2b979d6186df60f8ae30cf1862773a33ea276953a18001ec627ff028ab50154
|
||||||
|
|
||||||
biblesync-devel_package() {
|
biblesync-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue