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

2019-04-22 Thread Antonio Rojas via arch-commits
Date: Monday, April 22, 2019 @ 21:04:33
  Author: arojas
Revision: 453010

https

Modified:
  hacburn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-22 21:00:19 UTC (rev 453009)
+++ PKGBUILD2019-04-22 21:04:33 UTC (rev 453010)
@@ -9,7 +9,7 @@
 url="http://hacburn.sourceforge.net/;
 license=('GPL')
 depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg123' 'vorbis-tools' 'gtk2' 
'xorg-server' 'perl' 'cddb_get' 'lame')
-source=(http://downloads.sourceforge.net/sourceforge/hacburn/HacBurn-$pkgver.tar.bz2)
+source=(https://downloads.sourceforge.net/sourceforge/hacburn/HacBurn-$pkgver.tar.bz2)
 sha256sums=('81b1945b1a8727ff249d6e034d9251c7b13af50ec9c35dd099fdc39962a1444e')
 
 package() {


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

2018-06-07 Thread Antonio Rojas via arch-commits
Date: Thursday, June 7, 2018 @ 20:05:14
  Author: arojas
Revision: 341901

BUILDINFO rebuild

Modified:
  hacburn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-07 20:04:33 UTC (rev 341900)
+++ PKGBUILD2018-06-07 20:05:14 UTC (rev 341901)
@@ -4,7 +4,7 @@
 
 pkgname=hacburn
 pkgver=0.3.5
-pkgrel=6
+pkgrel=7
 pkgdesc="A script written in perl to aid in writing CDs. It is a graphical 
interface (using gtk+) to cdrtools, mpg321 and ogg123."
 arch=('any')
 url="http://hacburn.sourceforge.net/;


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

2014-07-06 Thread Felix Yan
Date: Sunday, July 6, 2014 @ 14:11:17
  Author: fyan
Revision: 115180

upgpkg: hacburn 0.3.5-6

mtree rebuild

Modified:
  hacburn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-06 12:07:21 UTC (rev 115179)
+++ PKGBUILD2014-07-06 12:11:17 UTC (rev 115180)
@@ -4,7 +4,7 @@
 
 pkgname=hacburn
 pkgver=0.3.5
-pkgrel=5
+pkgrel=6
 pkgdesc=A script written in perl to aid in writing CDs. It is a graphical 
interface (using gtk+) to cdrtools, mpg321 and ogg123.
 arch=('any')
 url=http://hacburn.sourceforge.net/;



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

2013-02-02 Thread Jaroslav Lichtblau
Date: Saturday, February 2, 2013 @ 12:22:44
  Author: jlichtblau
Revision: 83503

upgpkg: hacburn 0.3.5-5

Modified:
  hacburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-02 11:18:14 UTC (rev 83502)
+++ PKGBUILD2013-02-02 11:22:44 UTC (rev 83503)
@@ -1,21 +1,21 @@
 # $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
 pkgname=hacburn
 pkgver=0.3.5
-pkgrel=4
-pkgdesc=HacBurn is a script written in perl to aid in writing CDs. It is a 
graphical interface (using gtk+) to cdrtools, mpg321 and ogg123.
-arch=('i686' 'x86_64')
+pkgrel=5
+pkgdesc=A script written in perl to aid in writing CDs. It is a graphical 
interface (using gtk+) to cdrtools, mpg321 and ogg123.
+arch=('any')
 url=http://hacburn.sourceforge.net/;
 license=('GPL')
-depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg321' 'vorbis-tools' 'gtk2' 
'xorg-server' 'perl' 'cddb_get' 'lame')
-conflicts=('hacburn-cvs')
+depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg123' 'vorbis-tools' 'gtk2' 
'xorg-server' 'perl' 'cddb_get' 'lame')
 
source=(http://downloads.sourceforge.net/sourceforge/hacburn/HacBurn-$pkgver.tar.bz2)
-md5sums=('1e4b3e4b49de58259a446b7752f59f22')
+sha256sums=('1e4b3e4b49de58259a446b7752f59f22')
 
-build() {
-  install -D -m755 $startdir/src/HacBurn-$pkgver/hacburn \
-  $startdir/pkg/usr/bin/hacburn
-  mkdir -p $startdir/pkg/usr/share/pixmaps
-  cp $startdir/src/HacBurn-$pkgver/hacburn.png \
-  $startdir/pkg/usr/share/pixmaps/hacburn.png
+package() {
+  install -D -m755 ${srcdir}/HacBurn-$pkgver/hacburn ${pkgdir}/usr/bin/hacburn
+  
+  install -D -m644 ${srcdir}/HacBurn-$pkgver/hacburn.png 
${pkgdir}/usr/share/pixmaps/hacburn.png
 }
+sha256sums=('81b1945b1a8727ff249d6e034d9251c7b13af50ec9c35dd099fdc39962a1444e')



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

2013-02-02 Thread Jaroslav Lichtblau
Date: Saturday, February 2, 2013 @ 12:24:07
  Author: jlichtblau
Revision: 83504

upgpkg: hacburn 0.3.5-5

Modified:
  hacburn/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-02 11:22:44 UTC (rev 83503)
+++ PKGBUILD2013-02-02 11:24:07 UTC (rev 83504)
@@ -11,11 +11,10 @@
 license=('GPL')
 depends=('gtk2-perl' 'glib-perl' 'cdrkit' 'mpg123' 'vorbis-tools' 'gtk2' 
'xorg-server' 'perl' 'cddb_get' 'lame')
 
source=(http://downloads.sourceforge.net/sourceforge/hacburn/HacBurn-$pkgver.tar.bz2)
-sha256sums=('1e4b3e4b49de58259a446b7752f59f22')
+sha256sums=('81b1945b1a8727ff249d6e034d9251c7b13af50ec9c35dd099fdc39962a1444e')
 
 package() {
   install -D -m755 ${srcdir}/HacBurn-$pkgver/hacburn ${pkgdir}/usr/bin/hacburn
   
   install -D -m644 ${srcdir}/HacBurn-$pkgver/hacburn.png 
${pkgdir}/usr/share/pixmaps/hacburn.png
 }
-sha256sums=('81b1945b1a8727ff249d6e034d9251c7b13af50ec9c35dd099fdc39962a1444e')