summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hacohen2020-11-23 12:03:53 +0200
committerTom Hacohen2020-11-23 12:03:53 +0200
commit6dad556e425d0d8a4e27dba31292eee4254dd252 (patch)
tree82b7fb272b0c75075c42fbb0fc4b96130bd018d2
parent940ee7ce79873926abb15103b84d7405ef8c2f2f (diff)
downloadaur-6dad556e425d0d8a4e27dba31292eee4254dd252.tar.gz
Bump version and fix build.
-rw-r--r--.SRCINFO4
-rw-r--r--0001-Dynamically-link-against-libssl.patch8
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1443263a7c43..522a7b520635 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-etebase
pkgdesc = Etebase Python library
- pkgver = 0.30.0
+ pkgver = 0.31.1
pkgrel = 2
url = https://github.com/etesync/etebase-py
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = python-etebase
makedepends = python-setuptools
makedepends = python-setuptools-rust
depends = openssl
- source = python-etebase::git+https://github.com/etesync/etebase-py.git?tag=v0.30.0
+ source = python-etebase::git+https://github.com/etesync/etebase-py.git?tag=v0.31.1
source = 0001-Dynamically-link-against-libssl.patch
sha512sums = SKIP
sha512sums = SKIP
diff --git a/0001-Dynamically-link-against-libssl.patch b/0001-Dynamically-link-against-libssl.patch
index 1dc5e0b7237e..3e09ef68a529 100644
--- a/0001-Dynamically-link-against-libssl.patch
+++ b/0001-Dynamically-link-against-libssl.patch
@@ -1,6 +1,6 @@
-From 36b7212c16d187269a47dee866708e0b2cc02f67 Mon Sep 17 00:00:00 2001
+From 2767461bc4509440be3a9b8f553b9a0bea468e6b Mon Sep 17 00:00:00 2001
From: Tom Hacohen <tom@stosb.com>
-Date: Thu, 15 Oct 2020 12:34:01 +0300
+Date: Mon, 23 Nov 2020 11:59:53 +0200
Subject: [PATCH] Dynamically link against libssl.
---
@@ -8,7 +8,7 @@ Subject: [PATCH] Dynamically link against libssl.
1 file changed, 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
-index 29ea7f4..fd317a5 100644
+index 5700454..d525653 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,5 +19,4 @@ log = "^0.4.6"
@@ -16,7 +16,7 @@ index 29ea7f4..fd317a5 100644
[dependencies]
cpython = { version = "0.3", features = ["extension-module"] }
-openssl = { version = "0.10.30", features = ["vendored"] }
- etebase = { git = "https://github.com/etesync/etesync-rs", rev = "643121b0e5d49d788e86a795ae5bbc1f6359ea9d" }
+ etebase = { git = "https://github.com/etesync/etebase-rs", rev = "822dcd941b12a68d327d35f0ebc07bf3f0327433" }
--
2.28.0
diff --git a/PKGBUILD b/PKGBUILD
index 1a0e26cd4c52..3f13875d6ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-etebase
_pkgname=${pkgname}
-pkgver=0.30.0
+pkgver=0.31.1
pkgrel=2
pkgdesc="Etebase Python library"
arch=(x86_64)