summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2016-06-07 10:30:42 +0200
committerMassimiliano Torromeo2016-06-07 10:30:42 +0200
commit9588029bac29ae5d78c3fd967c7528b7630afdd1 (patch)
treedcc46a12fa81964c624dddc06dec22bbfecd9130
parente99f215b14ac3bb3b43e9aca6133cee555c96ca5 (diff)
downloadaur-9588029bac29ae5d78c3fd967c7528b7630afdd1.tar.gz
Add glibc dependency and fixed license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce87db6cf362..e05732d2751b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
+# Generated by mksrcinfo v8
+# Tue Jun 7 08:30:12 UTC 2016
pkgbase = etherwake
pkgdesc = Utility for waking up computers via wake-on-lan (wol)
pkgver = 1.09
- pkgrel = 6
+ pkgrel = 7
url = http://www.scyld.com/wakeonlan.html
arch = i686
arch = x86_64
license = GPL
+ depends = glibc
source = https://launchpad.net/ubuntu/+archive/primary/+files/etherwake_1.09.orig.tar.gz
sha256sums = 54241c7689579dc86e29e6afbc6d60e69f97135091a1395c8a10f6d5a2daec1d
diff --git a/PKGBUILD b/PKGBUILD
index 95d3d709f2ec..dc73fde70c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=etherwake
pkgver=1.09
-pkgrel=6
+pkgrel=7
arch=(i686 x86_64)
pkgdesc="Utility for waking up computers via wake-on-lan (wol)"
-license="GPL"
+license=("GPL")
url="http://www.scyld.com/wakeonlan.html"
+depends=("glibc")
source=(https://launchpad.net/ubuntu/+archive/primary/+files/etherwake_1.09.orig.tar.gz)
build() {