summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2017-02-11 12:07:41 +0100
committerThomas Fanninger2017-02-11 12:07:41 +0100
commit893e09ee923dfebe27d44c50e8cb38d4cb3fe336 (patch)
tree793b5ceb07b56069d726bc5aafcee4805dbda0bd
parent92d87bd23b03b367e7b72aa68fea30207c86a9cf (diff)
downloadaur-893e09ee923dfebe27d44c50e8cb38d4cb3fe336.tar.gz
bugfix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8250a7600568..b4caf32b100d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 11 11:03:10 UTC 2017
+# Sat Feb 11 11:07:07 UTC 2017
pkgbase = go-wol-server-git
pkgdesc = Wake on Lan server
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
arch = i686
arch = x86_64
@@ -21,9 +21,11 @@ pkgbase = go-wol-server-git
backup = etc/go-wol-server/templates/header.tmpl
backup = etc/go-wol-server/templates/index.tmpl
source = go-wol-server.service
+ source = config.toml
source = wol-server::git+https://github.com/qybl/wol-server.git
sha512sums = SKIP
sha512sums = SKIP
+ sha512sums = SKIP
pkgname = go-wol-server-git
diff --git a/PKGBUILD b/PKGBUILD
index f10a74c2b5d9..3990bcd87b71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=go-wol-server-git
_pkgname=wol-server
pkgver=0.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Wake on Lan server"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -21,9 +21,11 @@ backup=('etc/go-wol-server/config.toml'
_gourl=github.com/qybl
source=('go-wol-server.service'
+ 'config.toml'
"${_pkgname}::git+https://${_gourl}/${_pkgname}.git")
sha512sums=('SKIP'
+ 'SKIP'
'SKIP')
prepare() {