commit 2d172c3011e8ba1141c902f2ba3e2efc913a1314
parent 42fd5d25cacda6f407430cc71490210656cf6e49
Author: lostd <lostd@2f30.org>
Date: Mon, 25 Aug 2014 20:04:02 +0100
Update packages for the upcoming release
Diffstat:
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Lazaros Koromilas <lostd@2f30.org>
pkgname=nausea
-pkgver=0.2
-pkgrel=2
+pkgver=0.3
+pkgrel=1
pkgdesc="curses audio visualizer"
arch=('i686' 'x86_64')
url="http://git.2f30.org/nausea/"
license=('BSD')
depends=('ncurses' 'fftw')
-source=(http://git.2f30.org/nausea/snapshot/$pkgname-$pkgver.tar.gz)
-md5sums=('3a247b54865c5e7c4dbd3260cd09c675')
+source=(http://dl.2f30.org/releases/$pkgname-$pkgver.tar.gz)
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -17,5 +16,5 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make PREFIX="/usr" DESTDIR="$pkgdir/" install
+ make PREFIX="/usr" DESTDIR="$pkgdir" install
}
diff --git a/pkg/openbsd/Makefile b/pkg/openbsd/Makefile
@@ -1,7 +1,7 @@
# $OpenBSD$
COMMENT = curses audio visualizer
-DISTNAME = nausea-0.2
+DISTNAME = nausea-0.3
CATEGORIES = audio
HOMEPAGE = http://git.2f30.org/nausea/
MAINTAINER = Lazaros Koromilas <lostd@2f30.org>
@@ -11,7 +11,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c curses fftw3 m pthread
-MASTER_SITES = http://git.2f30.org/nausea/snapshot/
+MASTER_SITES = http://dl.2f30.org/releases/
LIB_DEPENDS = math/fftw3