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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jan 25 20:38:22 UTC 2020


    Date: Saturday, January 25, 2020 @ 20:38:21
  Author: jlichtblau
Revision: 555559

mp3unicode - FS#65167 fix

Modified:
  mp3unicode/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-25 20:33:51 UTC (rev 555558)
+++ PKGBUILD	2020-01-25 20:38:21 UTC (rev 555559)
@@ -1,4 +1,4 @@
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Zhukov Pavel <gelios at gmail.com>
 
 pkgname=mp3unicode
@@ -6,7 +6,7 @@
 pkgrel=4
 pkgdesc="A command line utility to convert ID3 tags in mp3 files between different encodings"
 arch=('x86_64')
-url="http://mp3unicode.yellowsite.ru/"
+url="https://github.com/alonbl/mp3unicode"
 license=('GPL')
 depends=('taglib')
 source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
@@ -13,7 +13,7 @@
 sha512sums=('b1ca820d1ecf6b5e0e59a8267c0cc6af5f8218191885b9a538a53b4f112f77510b3c5da81ce1e0a98d60c19b621965cea7e8e5c7b6c035054ea362fc02ed64b2')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
@@ -20,7 +20,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list