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

Antonio Rojas arojas at archlinux.org
Sat Jun 9 08:23:00 UTC 2018


    Date: Saturday, June 9, 2018 @ 08:23:00
  Author: arojas
Revision: 342139

BUILDINFO rebuild

Modified:
  mdf2iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-09 08:15:18 UTC (rev 342138)
+++ PKGBUILD	2018-06-09 08:23:00 UTC (rev 342139)
@@ -6,7 +6,7 @@
 
 pkgname=mdf2iso
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Converts Alcohol 120% .mdf files to .iso files'
 arch=('x86_64')
 # Previously located at http://mdf2iso.berlios.de/
@@ -13,12 +13,11 @@
 url='https://anonscm.debian.org/cgit/collab-maint/mdf2iso.git/'
 license=('GPL')
 depends=('glibc')
-makedepends=('git')
-source=("git://anonscm.debian.org/collab-maint/mdf2iso.git#tag=upstream/$pkgver")
-sha256sums=('SKIP')
+source=(http://http.debian.net/debian/pool/main/m/mdf2iso/mdf2iso_$pkgver.orig.tar.gz)
+sha256sums=('906f0583cb3d36c4d862da23837eebaaaa74033c6b0b6961f2475b946a71feb7')
 
 build() {
-  cd "$pkgname"
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -25,7 +24,7 @@
 }
 
 package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
 }
 
 # getver ok



More information about the arch-commits mailing list