[arch-commits] Commit in ogmtools/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Wed May 30 22:49:34 UTC 2018
Date: Wednesday, May 30, 2018 @ 22:49:33
Author: eworm
Revision: 333556
download from https, use sha256 checksums
Modified:
ogmtools/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 22:20:35 UTC (rev 333555)
+++ PKGBUILD 2018-05-30 22:49:33 UTC (rev 333556)
@@ -6,11 +6,11 @@
pkgrel=7
pkgdesc="Information, extraction or creation for OGG media streams"
arch=('x86_64')
-url="http://www.bunkus.org/videotools/ogmtools"
+url='https://www.bunkus.org/videotools/ogmtools'
license=('GPL')
depends=('libvorbis' 'libdvdread' 'gcc-libs')
-source=("http://www.bunkus.org/videotools/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('02d356e3d21d53b1d9715bab223d8996')
+source=("https://www.bunkus.org/videotools/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('c8d61d1dbceb981dc7399c1a85e43b509fd3d071fb8d3ca89ea9385e6e40fdea')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list