summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 206bbe18d043..0796b36f8ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=netctl-eduroam
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc='Example netctl profile for eduroam'
arch=(i686 x86_64)
@@ -8,10 +8,10 @@ license=(MIT)
depends=(ca-certificates netctl)
source=(eduroam)
install=install
-
package() {
mkdir -p $pkgdir/etc/netctl/examples/
cp eduroam $pkgdir/etc/netctl/examples/
+ cp eduroam-umu $pkgdir/etc/netctl/examples/
}
md5sums=('57f90a14c3ab8d82217cbbe0749a9a4c')
sha1sums=('1e393ca918ca902f6d6f1d6f78e6d0891acd0214')