summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormadhead2016-02-03 04:41:42 +0300
committermadhead2016-02-03 04:41:42 +0300
commit59def6ef82a1fa8b1fa412413e53914e959095bd (patch)
treed3da313a5f05964febe83834b5f887d1025b3a4e
parent162d9d7b8b78ed78d429a10bd1d686cecd25769c (diff)
downloadaur-59def6ef82a1fa8b1fa412413e53914e959095bd.tar.gz
Small updates
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bfc2141d76b..6f81b4c80db3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 3 01:37:56 UTC 2016
+# Wed Feb 3 01:41:31 UTC 2016
pkgbase = saberlight-git
pkgdesc = Collection of tools to control some "smart" BLE bulbs.
pkgver = r31.71fc2f8
pkgrel = 1
- epoch = 1
url = https://github.com/madhead/saberlight
install = saberlight-git.install
arch = x86_64
@@ -12,7 +11,7 @@ pkgbase = saberlight-git
makedepends = git
makedepends = go
provides = saberlight
- source = saberlight::git+git://github.com/madhead/saberlight
+ source = saberlight::git://github.com/madhead/saberlight
md5sums = SKIP
pkgname = saberlight-git
diff --git a/PKGBUILD b/PKGBUILD
index 6ffde0b3883f..0bfdbba7062f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,12 @@ author=madhead
repo=github.com
pkgver=r31.71fc2f8
pkgrel=1
-epoch=1
url="https://github.com/${author}/${app}"
license=('APACHE')
arch=('x86_64')
makedepends=('git' 'go')
provides=(${app})
-source=("${app}::git+git://${repo}/${author}/${app}")
+source=("${app}::git://${repo}/${author}/${app}")
md5sums=('SKIP')
install=$pkgname.install