summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6784f6778f6c..28029b190932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
pkgname=libsmpp34
-pkgver=1.14.3
-pkgrel=2
+pkgver=1.14.4
+pkgrel=1
pkgdesc="Osmocom version of libsmpp34, an implementation of the SMPP Protocol v3.4"
arch=('any')
url="https://osmocom.org/projects/libsmpp34"
-license=(GPL)
+license=('LGPL-2.1-or-later')
depends=('libxml2')
provides=("libsmpp34.so=1-64")
conflicts=("${pkgname}-git")
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('12f1de3eb5655b993baa15ebc27cd25b6777ef6f4f3a6b1354299104308f58f0')
+sha256sums=('863e4781b58acec67580dfb50b8b0cfde061f3a61636ed70686e36295ac2659e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"