summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2015-02-22 23:39:54 +0100
committerCarsten Teibes2015-02-22 23:39:54 +0100
commitda5fd200be8c5432b4b7711eaa4de00039cf19a4 (patch)
tree45da3fa690c4a307e1152a63f91d7ad204cb3eff
parent09539552f46ae57b3f8a48fb2539822e7724bdfc (diff)
downloadaur-da5fd200be8c5432b4b7711eaa4de00039cf19a4.tar.gz
[upd] 0.3.16→0.3.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0caae74bfe6c..dfeeb7c17d3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dswifi
pkgdesc = Library for using the wireless capabilities of the Nintendo DS for homebrew development
- pkgver = 0.3.16
+ pkgver = 0.3.17
pkgrel = 1
url = http://www.akkit.org/dswifi/
arch = any
@@ -9,8 +9,8 @@ pkgbase = dswifi
options = !strip
options = libtool
options = staticlibs
- source = http://downloads.sourceforge.net/sourceforge/devkitpro/dswifi-src-0.3.16.tar.bz2
- sha256sums = 5602a0c2840a95020ff6113ec982bfdbc7c3d4466b94d0c8f9026c7d4b636b33
+ source = http://downloads.sourceforge.net/sourceforge/devkitpro/dswifi-src-0.3.17.tar.bz2
+ sha256sums = a39d1cf0ec69e2372f34e9580d85335ee4189a9635862a78c0a0b87cf9c226c9
pkgname = dswifi
diff --git a/PKGBUILD b/PKGBUILD
index a2f1f8a0a671..203052c4c9a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
+# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
# Contributor: Gerardo Marset <gammer1994@gmail.com>
# Contributor: Aaron Lindsay <aerial9@gmail.com>
# Contributor: Vithon <ratm@archlinux.us>
# Contributor: Alain
pkgname=dswifi
-pkgver=0.3.16
+pkgver=0.3.17
pkgrel=1
pkgdesc="Library for using the wireless capabilities of the Nintendo DS for homebrew development"
license=('custom')
@@ -13,12 +13,11 @@ arch=('any')
url="http://www.akkit.org/dswifi/"
depends=('libnds')
source=("http://downloads.sourceforge.net/sourceforge/devkitpro/$pkgname-src-$pkgver.tar.bz2")
-sha256sums=('5602a0c2840a95020ff6113ec982bfdbc7c3d4466b94d0c8f9026c7d4b636b33')
+sha256sums=('a39d1cf0ec69e2372f34e9580d85335ee4189a9635862a78c0a0b87cf9c226c9')
options=(!strip libtool staticlibs)
build() {
source /etc/profile.d/devkitarm.sh
-
make
}