[arch-commits] Commit in easytag/trunk (PKGBUILD)

Guillaume Alaux guillaume at archlinux.org
Mon Oct 31 20:27:38 UTC 2016


    Date: Monday, October 31, 2016 @ 20:27:38
  Author: guillaume
Revision: 279543

Update URL and use httpS in source

Modified:
  easytag/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-31 20:18:35 UTC (rev 279542)
+++ PKGBUILD	2016-10-31 20:27:38 UTC (rev 279543)
@@ -10,11 +10,11 @@
 pkgdesc='Simple application for viewing and editing tags in audio files'
 arch=('i686' 'x86_64')
 license=('GPL')
-url='http://easytag.sourceforge.net/'
+url='https://wiki.gnome.org/Apps/EasyTAG'
 makedepends=('intltool' 'itstool')
 depends=('id3lib' 'libid3tag' 'gtk3' 'libvorbis' 'flac' 'speex' 'wavpack' 'taglib'
          'desktop-file-utils' 'opusfile')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('148129cc948c05b0560aeb60fb06260b8550f252a88eb439d8c7fee7ec10d2e6')
 
 build() {



More information about the arch-commits mailing list