summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-12-20 20:47:04 +0100
committerTimo Wilken2021-12-20 20:47:04 +0100
commitc1fd576995a790bcd3590881c5dac280dfffc5e8 (patch)
treed9860b9142c30631679e168390c76eaed12ec8b8
parent7d9bbe296b07bffbaa0d6ea42c0214eefee0e9a0 (diff)
downloadaur-c1fd576995a790bcd3590881c5dac280dfffc5e8.tar.gz
Upstream version 2.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f63ed6a03e00..9b77e4b1ae4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libdecsync
pkgdesc = libdecsync is a multiplatform library for synchronizing using DecSync.
- pkgver = 2.1.2
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/39aldo39/libdecsync
arch = x86_64
@@ -8,7 +8,8 @@ pkgbase = libdecsync
license = custom:LGPL2
makedepends = jre8-openjdk
makedepends = ncurses5-compat-libs
- source = libdecsync-2.1.2.tar.gz::https://github.com/39aldo39/libdecsync/archive/v2.1.2.tar.gz
- sha256sums = 8bfda4e73efa61d316ee4b103b0193e2fc1fa19de9345191f5c99dc6c7956df6
+ depends = gcc-libs
+ source = libdecsync-2.2.1.tar.gz::https://github.com/39aldo39/libdecsync/archive/v2.2.1.tar.gz
+ sha256sums = 3e08b35efed3bafb079aa52a8dcd51217f6602cde64accba1a10cf5c25029d45
pkgname = libdecsync
diff --git a/PKGBUILD b/PKGBUILD
index e38f1074c7c9..5bea542330e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=libdecsync
-pkgver=2.1.2
+pkgver=2.2.1
pkgrel=1
pkgdesc='libdecsync is a multiplatform library for synchronizing using DecSync.'
arch=(x86_64 aarch64)
url='https://github.com/39aldo39/libdecsync'
license=('custom:LGPL2')
-depends=()
+depends=(gcc-libs) # libdecsync.so depends on libgcc_s.so.1
optdepends=()
makedepends=(jre8-openjdk ncurses5-compat-libs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/39aldo39/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('8bfda4e73efa61d316ee4b103b0193e2fc1fa19de9345191f5c99dc6c7956df6')
+sha256sums=('3e08b35efed3bafb079aa52a8dcd51217f6602cde64accba1a10cf5c25029d45')
build() {
cd "$srcdir/$pkgname-$pkgver"