summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 16:04:44 +0800
committerChocobo12023-04-11 16:04:44 +0800
commit8f81fa66e9db755765ce773862673059edc98de9 (patch)
treed9ac74b5de9ecee309d410c1503b1e2b1693388c
parent80f87fa57cba94cb46e825352e915160bcbd93e2 (diff)
downloadaur-8f81fa66e9db755765ce773862673059edc98de9.tar.gz
upgpkg: libtheora-git 1.2.0alpha1.r148.g7180717-1
-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")