summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulien Freyermuth2016-03-19 08:02:17 +0100
committerJulien Freyermuth2016-03-19 08:02:17 +0100
commit1bd2a722d0d91252250b1cffcdd40dec58326854 (patch)
treef4843e96f57eeeeb3b9676e1e0b7ff736bfd092e /PKGBUILD
parent57b1300fe7fe28116245ab60a5e084f804f04025 (diff)
downloadaur-1bd2a722d0d91252250b1cffcdd40dec58326854.tar.gz
some changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7743cc657e0b..bd78fe844612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gincamalarm
pkgver=0.0.4
-pkgrel=22
+pkgrel=23
pkgdesc="Gin server to manage camera with motion"
arch=('any')
url="https://github.com/Chipsterjulien/gincamalarm"
@@ -41,13 +41,13 @@ build() {
# Getting some libs
echo "Update go-logging"
- go get github.com/op/go-logging
+ #go get github.com/op/go-logging
echo "Update gin"
- go get github.com/gin-gonic/gin
+ #go get github.com/gin-gonic/gin
echo "Update viper"
- go get github.com/spf13/viper
+ #go get github.com/spf13/viper
echo "Update gin-cors"
- go get github.com/itsjamie/gin-cors
+ #go get github.com/itsjamie/gin-cors
fi
echo "End of dependencies"