summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-04 14:29:49 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-04 14:29:49 +0100
commitf562bf5c7bccf8094a01bb4c56adf5a4013d0c7e (patch)
tree3609d30e72f09697e5773461d97f49886cb1a7c7 /community
parent2bb2d0a4fb9b0f5abca7ab67cc8d75be873bb1f1 (diff)
Don't do changes probably not affecting the packages.
Diffstat (limited to 'community')
-rw-r--r--community/busybox/PKGBUILD2
-rw-r--r--community/chrony/PKGBUILD2
-rw-r--r--community/haskell-hslogger/PKGBUILD2
-rw-r--r--community/pcsxr/PKGBUILD28
4 files changed, 3 insertions, 31 deletions
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD
index 80998bfd6..7cd8d1484 100644
--- a/community/busybox/PKGBUILD
+++ b/community/busybox/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.19.4
pkgrel=1
pkgdesc="Utilities for rescue and embedded systems"
arch=("i686" "x86_64" 'mips64el')
-url="http://busybox.net"
+url="http://www.busybox.net"
license=('GPL')
makedepends=("make" "gcc" "sed" "ncurses")
source=($url/downloads/$pkgname-$pkgver.tar.bz2
diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD
index efdc0b91d..5e0d912fd 100644
--- a/community/chrony/PKGBUILD
+++ b/community/chrony/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=chrony
pkgver=1.26
pkgrel=2
pkgdesc="Dial-up friendly NTP daemon and excellent replacement for NTP on desktop systems"
-arch=(mips64el)
+arch=('i686' 'x86_64' 'mips64el')
url="http://chrony.tuxfamily.org/"
options=('strip')
license=('GPL')
diff --git a/community/haskell-hslogger/PKGBUILD b/community/haskell-hslogger/PKGBUILD
index ad7e5aaa5..b8ccb5beb 100644
--- a/community/haskell-hslogger/PKGBUILD
+++ b/community/haskell-hslogger/PKGBUILD
@@ -22,7 +22,7 @@ build() {
--enable-split-objs --enable-shared --libsubdir=\$compiler/site-local/\$pkgid \
--enable-library-profiling
runhaskell Setup build
- RUnhaskell Setup haddock
+ runhaskell Setup haddock
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
diff --git a/community/pcsxr/PKGBUILD b/community/pcsxr/PKGBUILD
deleted file mode 100644
index 09c3ca5ed..000000000
--- a/community/pcsxr/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-## Maintainer: schuay <jakob.gruber@gmail.com>
-## Contributor: quantax -- contact via Arch Linux forum or AUR
-## Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
-
-pkgname=pcsxr
-pkgver=1.9.92
-pkgrel=3
-pkgdesc='A Sony PlayStation emulator based on the PCSX-df Project'
-arch=('i686' 'x86_64' 'mips64el')
-url='http://pcsxr.codeplex.com/'
-license=('GPL')
-depends=('libcdio' 'libgl' 'libglade' 'libxtst' 'libxv' 'sdl' 'mesa')
-conflicts=('pcsx-df')
-_pkgurl="http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=$pkgname&DownloadId=140521&FileTime=129254829621800000&Build=$(wget -qO - http://www.codeplex.com/ | sed -nr 's/^[[:space:]]*Version [[:digit:]]{4}\.([[:digit:]]{1,2}\.){2}([[:digit:]]+)[[:space:]]*$/\2/p' | tail -n 1)"
-source=($pkgname-$pkgver.tar.bz2::$_pkgurl)
-md5sums=('28411aed0b4424f97227d94bdefaec83')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-libcdio --enable-opengl
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-