[arch-commits] Commit in mp3splt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 4 14:08:28 UTC 2018


    Date: Monday, June 4, 2018 @ 14:08:27
  Author: felixonmars
Revision: 325831

archrelease: copy trunk to extra-x86_64

Added:
  mp3splt/repos/extra-x86_64/PKGBUILD
    (from rev 325830, mp3splt/trunk/PKGBUILD)
Deleted:
  mp3splt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 14:08:11 UTC (rev 325830)
+++ PKGBUILD	2018-06-04 14:08:27 UTC (rev 325831)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=mp3splt
-pkgver=2.6.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Commandline tool for splitting mp3 and ogg files without decoding"
-license=('GPL')
-url="http://mp3splt.sourceforge.net"
-depends=('libmp3splt')
-source=("http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz")
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt --enable-oggsplt_symlink
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('6f25341bdadb54d51c3c5d0644e6307a')

Copied: mp3splt/repos/extra-x86_64/PKGBUILD (from rev 325830, mp3splt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 14:08:27 UTC (rev 325831)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=mp3splt
+pkgver=2.6.2
+pkgrel=2
+arch=('x86_64')
+pkgdesc="Commandline tool for splitting mp3 and ogg files without decoding"
+license=('GPL')
+url="http://mp3splt.sourceforge.net"
+depends=('libmp3splt')
+source=("http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt --enable-oggsplt_symlink
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+sha512sums=('c1cbdc905d4f19e8e20afeadf02a2967049d86e69613312c8855e03afc5b190a569ac63f970171384853961cbe6bf248fae47e5116c4fe9deb7a0787f299918b')



More information about the arch-commits mailing list