summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302021-03-06 12:49:05 +0100
committerM0Rf302021-03-06 12:49:05 +0100
commit060ddc6697504242f88f1f011e7e469390ae6e25 (patch)
tree08216446cf6546e8f82786641df2f9d92569c485
parentafa3177800f65d5907f6c2cc5725f8f8f5d6fc65 (diff)
downloadaur-060ddc6697504242f88f1f011e7e469390ae6e25.tar.gz
idjc: 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD20
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7ddaa3ed4ae..7eb3de2b4e34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = idjc
pkgdesc = Powerful client for individuals interested in streaming live radio shows
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = http://idjc.sourceforge.net/
arch = i686
@@ -26,8 +26,8 @@ pkgbase = idjc
optdepends = mysql-python: Ampache and Prokyon 3 support
optdepends = python-irc: IRC notification support
conflicts = idjc-git
- source = http://downloads.sourceforge.net/idjc/idjc-0.9.0.tar.gz
- md5sums = dda1dad6a2b39b6b7366249300ecb3b2
+ source = http://downloads.sourceforge.net/idjc/idjc-0.9.1.tar.gz
+ sha256sums = 78106e9d9e82a08269e5ece45c7cbf0a38c3f931d7341df05e7fee002b872224
pkgname = idjc
diff --git a/PKGBUILD b/PKGBUILD
index 23a7f8b6bf29..547c24a9027b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Gaetan Bisson <bisson@archlinux.org>
pkgname=idjc
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc='Powerful client for individuals interested in streaming live radio shows'
url='http://idjc.sourceforge.net/'
@@ -30,27 +30,27 @@ depends=(
'vorbis-tools'
)
optdepends=('mysql-python: Ampache and Prokyon 3 support'
- 'python-irc: IRC notification support')
+'python-irc: IRC notification support')
conflicts=('idjc-git')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
+
./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --disable-static
+ --prefix=/usr \
+ --libexecdir=/usr/lib \
+ --disable-static
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
+
make DESTDIR="${pkgdir}" install
-
+
sed -i "s/Icon=\/usr\/share\/pixmaps\/${pkgname}.png/Icon=${pkgname}/g" \
- ${pkgdir}/usr/share/applications/${pkgname}.desktop
+ "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
-md5sums=('dda1dad6a2b39b6b7366249300ecb3b2')
+sha256sums=('78106e9d9e82a08269e5ece45c7cbf0a38c3f931d7341df05e7fee002b872224')