summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJörg Thalheim2015-09-30 10:54:45 +0200
committerJörg Thalheim2015-09-30 10:55:14 +0200
commit487d747e3427ec855ee409c92dc3dd60a241c339 (patch)
tree9d097ae3dc29c87f8d2f51f92b844f8085fcd2da /PKGBUILD
parentbfa23080a60cfb543ab0a7767213a52aeca9fab0 (diff)
downloadaur-487d747e3427ec855ee409c92dc3dd60a241c339.tar.gz
example for umu
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')