summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-02 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-09-02 23:14:49 +0000
commitb37ee9de1a430956d9e5958ebd9d7e0dbfc79327 (patch)
tree087dd7d26bea36f9b3b7c485f9e8e8251cbe0423 /community
parenteb3d40c72c9dd19f6a5ef79b41e9d8ba73ccd928 (diff)
Fri Sep 2 23:14:49 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/avrdude/PKGBUILD23
-rw-r--r--community/tnef/PKGBUILD10
2 files changed, 17 insertions, 16 deletions
diff --git a/community/avrdude/PKGBUILD b/community/avrdude/PKGBUILD
index 109c5fbbb..a3f7a537b 100644
--- a/community/avrdude/PKGBUILD
+++ b/community/avrdude/PKGBUILD
@@ -1,28 +1,29 @@
-# $Id: PKGBUILD 33920 2010-11-29 11:20:58Z allan $
+# $Id: PKGBUILD 55068 2011-09-02 00:01:59Z bfanella $
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
+# Maintainer: Brad Fanella <bradfanella@archlinux.us>
pkgname=avrdude
-pkgver=5.10
-pkgrel=2
+pkgver=5.11
+pkgrel=1
pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
arch=('i686' 'x86_64')
url="http://www.nongnu.org/avrdude/"
license=('GPL')
depends=('libusb-compat' 'readline')
source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz)
-md5sums=('69b082683047e054348088fd63bad2ff')
+md5sums=('ba62697270b1292146dc56d462f5da14')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --mandir=/usr/share/man --prefix=/usr --sysconfdir=/etc
- make
+ ./configure --mandir=/usr/share/man \
+ --prefix=/usr \
+ --sysconfdir=/etc
+ make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} install
+ make DESTDIR=${pkgdir} install
}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/tnef/PKGBUILD b/community/tnef/PKGBUILD
index b01fec8d4..86b319b14 100644
--- a/community/tnef/PKGBUILD
+++ b/community/tnef/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 23480 2010-08-11 10:15:58Z spupykin $
+# $Id: PKGBUILD 55067 2011-09-01 21:53:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jeffrey 'jf' Lim <jfs.world@gmail.com>
pkgname=tnef
-pkgver=1.4.7
+pkgver=1.4.8
pkgrel=1
arch=(i686 x86_64)
pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment"
url="http://sourceforge.net/projects/tnef/"
license=('GPL')
depends=()
-source=(http://downloads.sourceforge.net/project/tnef/tnef/v$pkgver/tnef-$pkgver.tar.gz)
-md5sums=('00978a8ad8cc79a1ee605172f882ebe9')
+source=(http://downloads.sourceforge.net/project/tnef/tnef/tnef-$pkgver.tar.gz)
+md5sums=('cc6443ac5f30913394c0c16ae7941e4f')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
make DESTDIR=$pkgdir install
}