summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Lopes2023-04-01 13:38:44 +0100
committerJose Lopes2023-04-01 13:39:08 +0100
commit700510a0f8b773d952b736aaf7bff1ec5bdcbce3 (patch)
tree54c251ab132fe58f59bce67aee68086186bb2265
parent853f97d88d810d2d60974cdf2356e8d4a2c82991 (diff)
downloadaur-700510a0f8b773d952b736aaf7bff1ec5bdcbce3.tar.gz
Add dependency for libvpx and trigger build for new libvpx.so=8
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a61ebac46293..bc6c3caaf408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-sipsimple
pkgdesc = SIP SIMPLE SDK is a Python library for desktop operating
pkgver = 5.2.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/AGProjects/python3-sipsimple
arch = aarch64
arch = x86_64
@@ -23,6 +23,7 @@ pkgbase = python-sipsimple
depends = python-msrplib
depends = python-xcaplib
depends = util-linux
+ depends = libvpx
provides = python3-sipsimple
conflicts = python3-sipsimple
replaces = python3-sipsimple
diff --git a/PKGBUILD b/PKGBUILD
index 92361cbe5bca..4b2b10de195c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _zrtpcppver='6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03'
_pkgname=python3-sipsimple
pkgname=python-sipsimple
pkgver=5.2.6
-pkgrel=2
+pkgrel=3
pkgdesc='SIP SIMPLE SDK is a Python library for desktop operating'
license=('GPL-3+')
arch=('aarch64' 'x86_64')
@@ -28,6 +28,7 @@ depends=(
'python-msrplib'
'python-xcaplib'
'util-linux'
+ 'libvpx'
)
conflicts=('python3-sipsimple')
provides=('python3-sipsimple')