[arch-commits] Commit in mp3unicode/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 4 14:04:12 UTC 2018
Date: Monday, June 4, 2018 @ 14:04:11
Author: felixonmars
Revision: 340352
archrelease: copy trunk to community-x86_64
Added:
mp3unicode/repos/community-x86_64/PKGBUILD
(from rev 340351, mp3unicode/trunk/PKGBUILD)
Deleted:
mp3unicode/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-04 14:03:50 UTC (rev 340351)
+++ PKGBUILD 2018-06-04 14:04:11 UTC (rev 340352)
@@ -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=3
-pkgdesc="A command line utility to convert ID3 tags in mp3 files between different encodings"
-arch=('i686' 'x86_64')
-url="http://mp3unicode.yellowsite.ru/"
-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
-}
Copied: mp3unicode/repos/community-x86_64/PKGBUILD (from rev 340351, mp3unicode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-04 14:04:11 UTC (rev 340352)
@@ -0,0 +1,27 @@
+# $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
+}
More information about the arch-commits
mailing list