summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Seifried2019-02-18 22:34:08 +0100
committerSteven Seifried2019-02-18 22:34:08 +0100
commit5a9c2423047a61735a11ae24f24b8b39b2335b5a (patch)
tree940a31db8286c9fcde584235fe170e0838d00287
parent8b699b73e0c683c2ca5b9634d0ac3e27013d5cac (diff)
downloadaur-5a9c2423047a61735a11ae24f24b8b39b2335b5a.tar.gz
First Commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd67964667c3..5906082e07bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = spdynu
pkgrel = 0
url = https://gitlab.com/CANOXNET/spdynu
arch = any
- license = GPLv2
+ license = GPL2
makedepends = gcc
source = git+https://gitlab.com/CANOXNET/spdynu
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f2ec83a37807..a687252d99fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="An Dynamic DNS Client for spdyn.de"
arch=('any')
url="https://gitlab.com/CANOXNET/spdynu"
-license=('GPLv2')
+license=('GPL2')
#depends=('')
makedepends=('gcc')
source=(git+https://gitlab.com/CANOXNET/spdynu)
@@ -17,8 +17,8 @@ package() {
cd "${srcdir}/tmp"
wget https://gitlab.com/CANOXNET/spdynu/raw/master/spdynUpdater.c
gcc spdynUpdater.c -o spdynu
+ sudo chmod u+x spdynu
sudo cp -r spdynu /usr/bin/spdynu
- sudo chmod u+x /usr/spdynu
wget https://gitlab.com/CANOXNET/spdynu/raw/master/spdynu.conf
wget https://gitlab.com/CANOXNET/spdynu/raw/master/aur/spdynu.service
wget https://gitlab.com/CANOXNET/spdynu/raw/master/spdynu.timer