summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-08-19 16:22:36 +0800
committerChocobo12017-08-19 16:22:36 +0800
commit93f8ba2f0df39e6d722a29eb91d3daa1a1ba2145 (patch)
tree7fa88a035f82d4c54aae134deb83ed00fbc48ef5
parentf17c3a723e201b7c70e999ef0b571c25c565d8c2 (diff)
downloadaur-93f8ba2f0df39e6d722a29eb91d3daa1a1ba2145.tar.gz
upgpkg: libdvbpsi-git 1.3.0.r226.gdfa10ba-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 509adf7366c8..69fd50f5edf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libdvbpsi-git
pkgdesc = A library designed for decoding and generation of MPEG TS and DVB PSI tables according to standards ISO/IEC 13818 and ITU-T H.222.0
pkgver = 1.3.0.r226.gdfa10ba
- pkgrel = 1
+ pkgrel = 2
url = https://www.videolan.org/developers/libdvbpsi.html
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = libdvbpsi-git
depends = glibc
provides = libdvbpsi
conflicts = libdvbpsi
+ options = staticlibs
source = git+https://code.videolan.org/videolan/libdvbpsi.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1a8d1c7f5fd6..1f3db679ce9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libdvbpsi-git
pkgver=1.3.0.r226.gdfa10ba
-pkgrel=1
+pkgrel=2
pkgdesc="A library designed for decoding and generation of MPEG TS and DVB PSI tables according to standards ISO/IEC 13818 and ITU-T H.222.0"
arch=('i686' 'x86_64')
url="https://www.videolan.org/developers/libdvbpsi.html"
@@ -11,6 +11,7 @@ depends=('glibc')
makedepends=('git')
provides=('libdvbpsi')
conflicts=('libdvbpsi')
+options=('staticlibs')
source=("git+https://code.videolan.org/videolan/libdvbpsi.git")
sha256sums=('SKIP')