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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 14:02:50 UTC 2018


    Date: Monday, June 4, 2018 @ 14:02:49
  Author: felixonmars
Revision: 340350

archrelease: copy trunk to community-x86_64

Added:
  mmsrip/repos/community-x86_64/PKGBUILD
    (from rev 340349, mmsrip/trunk/PKGBUILD)
Deleted:
  mmsrip/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 14:02:33 UTC (rev 340349)
+++ PKGBUILD	2018-06-04 14:02:49 UTC (rev 340350)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-
-pkgname=mmsrip
-pkgver=0.7.0
-pkgrel=5
-pkgdesc="A downloader for the proprietary protocol MMS://"
-arch=('i686' 'x86_64')
-url="http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip"
-license=('GPL2')
-depends=('glibc')
-source=(http://nbenoit.tuxfamily.org/projects/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('498a5ec10a004481532eaceacdff3a10')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mmsrip/repos/community-x86_64/PKGBUILD (from rev 340349, mmsrip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 14:02:49 UTC (rev 340350)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=mmsrip
+pkgver=0.7.0
+pkgrel=6
+pkgdesc="A downloader for the proprietary protocol MMS://"
+arch=('x86_64')
+url="http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip"
+license=('GPL2')
+depends=('glibc')
+source=(http://nbenoit.tuxfamily.org/projects/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('2f6e66d5ae37df96e2df646eaa4b3f77d3c3369e5db8e9b3254f008723146b79ebe375dc7672409d9e7bd5734cbe5a735e953e28aa87d34c375e6eb30c254c07')
+
+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