summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69fd50f5edf8..52a988989567 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
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 = 2
+ pkgver = 1.3.0.r262.gd3792da
+ pkgrel = 1
url = https://www.videolan.org/developers/libdvbpsi.html
arch = i686
arch = x86_64
license = LGPL2
makedepends = git
depends = glibc
- provides = libdvbpsi
+ provides = libdvbpsi=1.3.0.r262.gd3792da
conflicts = libdvbpsi
options = staticlibs
source = git+https://code.videolan.org/videolan/libdvbpsi.git
sha256sums = SKIP
pkgname = libdvbpsi-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1f3db679ce9a..b62fa3a6ab3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libdvbpsi-git
-pkgver=1.3.0.r226.gdfa10ba
-pkgrel=2
+pkgver=1.3.0.r262.gd3792da
+pkgrel=1
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"
license=('LGPL2')
depends=('glibc')
makedepends=('git')
-provides=('libdvbpsi')
+provides=("libdvbpsi=$pkgver")
conflicts=('libdvbpsi')
options=('staticlibs')
source=("git+https://code.videolan.org/videolan/libdvbpsi.git")
@@ -26,7 +26,9 @@ build() {
cd "libdvbpsi"
./bootstrap
- ./configure --prefix="/usr" --enable-release
+ ./configure \
+ --prefix="/usr" \
+ --enable-release
make
}