summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-05-03 12:05:50 +0200
committerTimo Wilken2021-05-03 12:05:50 +0200
commit01b1fce61784814d564b0f6136108121a4e47cb9 (patch)
treef1f4ae43e699b397cef3bd8c8e5217059a9b81ca
parent7511fa05468f2094c14c4591b62f78c9acc8c5d4 (diff)
downloadaur-01b1fce61784814d564b0f6136108121a4e47cb9.tar.gz
Upstream updated to 1.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 732408f69ecf..8e770da924af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libdecsync
pkgdesc = libdecsync is a multiplatform library for synchronizing using DecSync.
- pkgver = 1.8.3
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/39aldo39/libdecsync
arch = x86_64
license = LGPL2
depends = java-runtime-openjdk
depends = ncurses5-compat-libs
- source = libdecsync-1.8.3.tar.gz::https://github.com/39aldo39/libdecsync/archive/v1.8.3.tar.gz
- sha256sums = 1035ee5d8adc1d4af7dd34a36e9865901e4163f2910a4d960a7a628c088ee454
+ source = libdecsync-1.9.0.tar.gz::https://github.com/39aldo39/libdecsync/archive/v1.9.0.tar.gz
+ sha256sums = 6e1f0dc5fa0917d12943b07984248b045af45ff8f63096c4ccfe9deac7782f32
pkgname = libdecsync
diff --git a/PKGBUILD b/PKGBUILD
index be92ca187988..f95857c36e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=libdecsync
-pkgver=1.8.3
+pkgver=1.9.0
pkgrel=1
pkgdesc='libdecsync is a multiplatform library for synchronizing using DecSync.'
arch=(x86_64)
@@ -10,7 +10,7 @@ depends=(java-runtime-openjdk ncurses5-compat-libs)
optdepends=()
makedepends=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/39aldo39/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('1035ee5d8adc1d4af7dd34a36e9865901e4163f2910a4d960a7a628c088ee454')
+sha256sums=('6e1f0dc5fa0917d12943b07984248b045af45ff8f63096c4ccfe9deac7782f32')
build() {
cd "$srcdir/$pkgname-$pkgver"