[arch-commits] Commit in libtheora/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Feb 14 22:57:07 UTC 2018
Date: Wednesday, February 14, 2018 @ 22:57:06
Author: jgc
Revision: 317051
upgpkg: libtheora 1.1.1-4
Switch to HTTPS, use sha256, change upstream URL
Modified:
libtheora/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-14 22:53:49 UTC (rev 317050)
+++ PKGBUILD 2018-02-14 22:57:06 UTC (rev 317051)
@@ -4,19 +4,17 @@
pkgname=libtheora
pkgver=1.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="An open video codec developed by the Xiph.org"
arch=('x86_64')
-url="http://www.xiph.org"
+url="https://www.theora.org/"
license=('BSD')
depends=('libogg')
makedepends=('libvorbis')
-source=(http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2
+source=(https://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2
libtheora-1.1.1-libpng16.patch)
-md5sums=('292ab65cedd5021d6b7ddd117e07cd8e'
- '08edd81c7a1be2c4edfd2cd3c112a8c6')
-sha1sums=('8dcaa8e61cd86eb1244467c0b64b9ddac04ae262'
- 'c3f03dbaa5c6459846ce79ea904db1b66971878d')
+sha256sums=('b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc'
+ 'e4c9a8dc798c596ed32a2a720020ae27a0e72f5add1a47cb8fadebe0e7180d7e')
prepare() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list