Package Details: mikmod 3.2.8-1

Git Clone URL: https://aur.archlinux.org/mikmod.git (read-only, click to copy)
Package Base: mikmod
Description: A curses module player based on libmikmod
Upstream URL: http://mikmod.sourceforge.net
Keywords: music
Licenses: GPL
Submitter: Snowman
Maintainer: gammy
Last Packager: gammy
Votes: 28
Popularity: 0.192138
First Submitted: 2007-12-14 06:25 (UTC)
Last Updated: 2017-07-20 20:14 (UTC)

Latest Comments

1 2 Next › Last »

pht commented on 2025-05-06 07:35 (UTC)

Hi, 3.2.8 does not seem to compile anymore; 3.2.9 was released in December 2024.

diff --git a/PKGBUILD b/PKGBUILD
index 43d51a0..b6b1a65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: hornetsnest0@gmail.com

 pkgname=mikmod
-pkgver=3.2.8
+pkgver=3.2.9
 pkgrel=1
 pkgdesc="A curses module player based on libmikmod"
 url="http://mikmod.sourceforge.net"
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libmikmod' 'ncurses')
 source=("http://downloads.sourceforge.net/project/mikmod/mikmod/${pkgver}/mikmod-${pkgver}.tar.gz")
-sha256sums=('dbb01bc36797ce25ffcab2b3bf625537b85b42534344e1808236ca612fbaa4cc')
+sha256sums=('214c10aa3019807a1eb26b2c709592f63dbcc00b72985aa86a4fb7ac3cd8b901')

 prepare() {
        mkdir build

gammy commented on 2017-07-20 20:15 (UTC)

Thanks ubr47k, I'm adopted the package and updated it.

<deleted-account> commented on 2017-07-20 17:59 (UTC)

gammy, please take over it

gammy commented on 2017-07-20 11:35 (UTC) (edited on 2017-07-20 11:39 (UTC) by gammy)

Haha, how's the last comment from 2014? I see someone flagged the package as out of date just a month ago though. Does ubr47k want to update the package? I can probably take over the maintenance otherwise. The only thing you need to do to fix this package is to bump the version to the latest (i.e 3.2.8 at the time of writing), and updating the sha256sum.

haawda commented on 2014-12-27 22:39 (UTC)

drbig, the package was orphaned instantely when the file request button was pressed.

drbig commented on 2014-12-27 21:47 (UTC)

I can happily take over the maintenance of this package. Mailing the current maintainer...

UFOKatarn commented on 2014-12-10 12:15 (UTC)

Updated MAKEPKG (10dec2014): # Maintainer : hornetsnest0@gmail.com # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname='mikmod' _pkgver='3.2.6' pkgver='3.2.6' pkgdesc='A curses module player based on libmikmod' pkgrel='2' arch=('i686' 'x86_64') url='http://mikmod.raphnet.net/' license=('GPL') depends=('libmikmod') source=("http://sourceforge.net/project/downloading.php?group_id=40531&filename=mikmod-3.2.6.tar.gz") md5sums=('dd98164322559b70e7f1bd3ece733110') package() { cd "${srcdir}/${pkgname}-${_pkgver}" ./configure --prefix=/usr \ --mandir=/usr/share/man make; make DESTDIR=$pkgdir install }

alesko commented on 2014-12-04 17:55 (UTC)

The source link is not accessible anymore.