Date: Wednesday, February 19, 2020 @ 18:26:59
Author: arojas
Revision: 375891
libgit2 0.99 rebuild
Modified:
basket/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-19 18:10:01 UTC (rev 375890)
+++ PKGBUILD 2020-02-19 18:26:59 UTC (rev 375891)
@@ -5,7 +5,7 @@
pkgname=basket
_pkgver=2.49
pkgver=${_pkgver}b
-pkgrel=1
+pkgrel=2
pkgdesc="All-purpose notes taker for KDE."
arch=('x86_64')
url="https://basket-notepads.github.io/"
@@ -17,6 +17,8 @@
prepare() {
mkdir -p build
+
+ sed -e 's|LIBGIT2_SOVERSION|99|g' -i
$pkgname-$_pkgver-beta/src/application.cpp # Hack to fix build with libgit2 0.99
}
build() {