[arch-commits] Commit in mp3unicode/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jan 25 20:41:45 UTC 2020


    Date: Saturday, January 25, 2020 @ 20:41:45
  Author: jlichtblau
Revision: 555561

archrelease: copy trunk to community-x86_64

Added:
  mp3unicode/repos/community-x86_64/PKGBUILD
    (from rev 555560, mp3unicode/trunk/PKGBUILD)
Deleted:
  mp3unicode/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-25 20:41:34 UTC (rev 555560)
+++ PKGBUILD	2020-01-25 20:41:45 UTC (rev 555561)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Zhukov Pavel <gelios at gmail.com>
-
-pkgname=mp3unicode
-pkgver=1.2.1
-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/"
-license=('GPL')
-depends=('taglib')
-source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha512sums=('b1ca820d1ecf6b5e0e59a8267c0cc6af5f8218191885b9a538a53b4f112f77510b3c5da81ce1e0a98d60c19b621965cea7e8e5c7b6c035054ea362fc02ed64b2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3unicode/repos/community-x86_64/PKGBUILD (from rev 555560, mp3unicode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-25 20:41:45 UTC (rev 555561)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Zhukov Pavel <gelios at gmail.com>
+
+pkgname=mp3unicode
+pkgver=1.2.1
+pkgrel=5
+pkgdesc="A command line utility to convert ID3 tags in mp3 files between different encodings"
+arch=('x86_64')
+url="https://github.com/alonbl/mp3unicode"
+license=('GPL')
+depends=('taglib')
+source=(https://github.com/downloads/alonbl/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list