summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ae20919d476..0ed4cf8afef0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtheora-git
pkgdesc = An open video codec developed by the Xiph.org
- pkgver = 1.2.0alpha1.r134.ge5d205b
+ pkgver = 1.2.0alpha1.r148.g7180717
pkgrel = 1
url = https://www.theora.org/
arch = i686
@@ -10,11 +10,10 @@ pkgbase = libtheora-git
makedepends = libvorbis
depends = glibc
depends = libogg
- provides = libtheora
+ provides = libtheora=1.2.0alpha1.r148.g7180717
conflicts = libtheora
options = staticlibs
source = git+https://gitlab.xiph.org/xiph/theora.git
sha256sums = SKIP
pkgname = libtheora-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c74bfabb9b80..4947a4e02973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libtheora-git
-pkgver=1.2.0alpha1.r134.ge5d205b
+pkgver=1.2.0alpha1.r148.g7180717
pkgrel=1
pkgdesc="An open video codec developed by the Xiph.org"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.theora.org/"
license=('BSD')
depends=('glibc' 'libogg')
makedepends=('git' 'libvorbis')
-provides=('libtheora')
+provides=("libtheora=$pkgver")
conflicts=('libtheora')
options=('staticlibs')
source=("git+https://gitlab.xiph.org/xiph/theora.git")