summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-04 23:14:51 +0000
committerroot <root@rshg054.dnsready.net>2011-11-04 23:14:51 +0000
commit3026bb55941e3b04b56f5fb41b88941c6c2ce0cd (patch)
tree576b183074d925e58c2e37ae2b641e712bceacb1 /core
parentb625511a28fd8401f524474b5339e75328595150 (diff)
Fri Nov 4 23:14:51 UTC 2011
Diffstat (limited to 'core')
-rw-r--r--core/crda/PKGBUILD8
-rw-r--r--core/tzdata/PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/core/crda/PKGBUILD b/core/crda/PKGBUILD
index 18a85717c..f5264bb73 100644
--- a/core/crda/PKGBUILD
+++ b/core/crda/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 117670 2011-04-04 15:42:36Z stephane $
+# $Id: PKGBUILD 141968 2011-11-03 18:52:56Z thomas $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=crda
-pkgver=1.1.1
-pkgrel=3
+pkgver=1.1.2
+pkgrel=1
pkgdesc="Central Regulatory Domain Agent for wireless networks"
arch=(i686 x86_64)
url="http://wireless.kernel.org/en/developers/Regulatory/CRDA"
@@ -13,7 +13,7 @@ makedepends=('python-m2crypto')
install=crda.install
source=(http://wireless.kernel.org/download/crda/${pkgname}-${pkgver}.tar.bz2
crda.rc)
-md5sums=('5fc77af68b3e21736b8ef2f8b061c810'
+md5sums=('5226f65aebacf94baaf820f8b4e06df4'
'014eef3f8655e9a130064ec6891317fc')
build() {
diff --git a/core/tzdata/PKGBUILD b/core/tzdata/PKGBUILD
index 2ed33dc0f..54108609a 100644
--- a/core/tzdata/PKGBUILD
+++ b/core/tzdata/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 141347 2011-10-29 16:13:37Z andyrtr $
+# $Id: PKGBUILD 141939 2011-11-03 11:23:47Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=tzdata
-pkgver=2011m
-pkgrel=2
+pkgver=2011n
+pkgrel=1
_tzcode=2011i
-_tzdata=2011m
+_tzdata=2011n
pkgdesc="Sources for time zone and daylight saving time data"
arch=('i686' 'x86_64')
url="http://www.twinsun.com/tz/tz-link.htm"
@@ -19,7 +19,7 @@ source=(ftp://elsie.nci.nih.gov/pub/tzcode${_tzcode}.tar.gz \
#ftp://elsie.nci.nih.gov/pub/${pkgname}${_tzdata}.tar.gz \
Makefile.patch)
md5sums=('cf7f4335b7c8682899fa2814e711c1b2'
- '6dc4455b62c951dcf367a239ca249e69'
+ '20dbfb28efa008ddbf6dd34601ea40fa'
'a64ed97d1fc03c66ee8612c0d9f40507')
build() {
@@ -35,7 +35,7 @@ build() {
check() {
cd ${srcdir}
- make -k check || /bin/true
+ make -k check # || /bin/true
}
package() {