summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-06 15:21:02 +0800
committerChocobo12023-04-06 15:21:02 +0800
commit456535e7220ab9359d29550d41082c44ed13d6ef (patch)
tree667d1238aadcec1d13a5f0319b3eb182547455ba
parent852273794e59a53164c2ca475b6961bb37450d14 (diff)
downloadaur-456535e7220ab9359d29550d41082c44ed13d6ef.tar.gz
upgpkg: bitstream-git 1.4.r67.gba7576b-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a81460fcad2..321f93f788b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = bitstream-git
pkgdesc = A set of C headers allowing a simpler access to binary structures such as specified by MPEG, DVB, IETF, SMPTE, IEEE, SCTE, etc
- pkgver = 1.2.r14.ge940899
+ pkgver = 1.4.r67.gba7576b
pkgrel = 1
url = https://www.videolan.org/developers/bitstream.html
arch = any
license = MIT
makedepends = git
depends = glibc
- provides = bitstream
+ provides = bitstream=1.4.r67.gba7576b
conflicts = bitstream
source = git+https://code.videolan.org/videolan/bitstream.git
sha256sums = SKIP
pkgname = bitstream-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3248c5c59dbd..1f9fe445a852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=bitstream-git
-pkgver=1.2.r14.ge940899
+pkgver=1.4.r67.gba7576b
pkgrel=1
pkgdesc="A set of C headers allowing a simpler access to binary structures such as specified by MPEG, DVB, IETF, SMPTE, IEEE, SCTE, etc"
arch=('any')
@@ -9,7 +9,7 @@ url="https://www.videolan.org/developers/bitstream.html"
license=('MIT')
depends=('glibc')
makedepends=('git')
-provides=('bitstream')
+provides=("bitstream=$pkgver")
conflicts=('bitstream')
source=("git+https://code.videolan.org/videolan/bitstream.git")
sha256sums=('SKIP')
@@ -25,5 +25,5 @@ package() {
cd "bitstream"
make DESTDIR="$pkgdir" PREFIX="/usr" install
- install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/bitstream/COPYING"
+ install -Dm644 "COPYING" -t "$pkgdir/usr/share/licenses/bitstream"
}