summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler2022-03-20 18:53:25 +0100
committerRaphael Nestler2022-03-20 18:53:25 +0100
commit967ba63c7f8bb86c5085519ccd6381b993017106 (patch)
tree6e42493e4296a4bb8c4f4df87519766096e1699c
parentade087c4d830daf301b01a2c4a18f733ee53c8f9 (diff)
downloadaur-967ba63c7f8bb86c5085519ccd6381b993017106.tar.gz
Fix github repository link
GitHub dsicontinued the raw git:// protocol.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f79e632cfc..e8388f6e7bb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Feb 8 22:35:08 UTC 2016
pkgbase = libsphero-git
pkgdesc = Simple API for sphero 1 and 2.0 written in C++
- pkgver = 1.0.r9.g23bce4a
+ pkgver = 1.0.r10.g5ab1ce8
pkgrel = 1
url = https://github.com/slock83/sphero-linux-api
arch = i686
@@ -12,8 +10,7 @@ pkgbase = libsphero-git
depends = bluez-libs
provides = libsphero
conflicts = libsphero
- source = git://github.com/rnestler/sphero-linux-api#branch=fix_makefile
+ source = git+https://github.com/rnestler/sphero-linux-api.git#branch=fix_makefile
md5sums = SKIP
pkgname = libsphero-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f8a79df6c234..c8f127252f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=sphero-linux-api
pkgname=libsphero-git
-pkgver=1.0.r9.g23bce4a
+pkgver=1.0.r10.g5ab1ce8
pkgrel=1
pkgdesc='Simple API for sphero 1 and 2.0 written in C++'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=(bluez-libs)
makedepends=(git)
provides=('libsphero')
conflicts=('libsphero')
-source=('git://github.com/rnestler/sphero-linux-api#branch=fix_makefile')
+source=('git+https://github.com/rnestler/sphero-linux-api.git#branch=fix_makefile')
md5sums=(SKIP)
pkgver() {