summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 384a5a206ed8..2016e33f11d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = libnspire-git
pkgdesc = A crappy lightweight alternative to the Nspire-specific parts of TiLP built with a simple API and with minimal dependancies.
- pkgver = 0.r25.g7649e3c
- pkgrel = 1
+ pkgver = 0.r26.g7d7d962
+ pkgrel = 2
url = https://github.com/Vogtinator/libnspire
arch = any
license = LGPL-3.0
makedepends = git
makedepends = pkgconfig
depends = libusb
- provides = libnspire=0-1
- source = libnspire-git::git://github.com/Vogtinator/libnspire.git
+ provides = libnspire=0-2
+ source = libnspire-git::git+https://github.com/Vogtinator/libnspire.git
sha256sums = SKIP
pkgname = libnspire-git
-
diff --git a/PKGBUILD b/PKGBUILD
index eaaf797bf9f8..cfc2c58e5d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgdesc="A crappy lightweight alternative to the Nspire-specific parts of TiLP built with a simple API and with minimal dependancies."
_pkgname=libnspire
pkgname=${_pkgname}-git
-pkgver=0.r25.g7649e3c
-pkgrel=1
+pkgver=0.r26.g7d7d962
+pkgrel=2
arch=('any')
license=('LGPL-3.0')
url="https://github.com/Vogtinator/${_pkgname}"
provides=("${_pkgname}=${pkgver%%.r*}-${pkgrel}")
depends=('libusb')
makedepends=('git' 'pkgconfig')
-source=("$pkgname::git://github.com/Vogtinator/$_pkgname.git")
+source=("$pkgname::git+https://github.com/Vogtinator/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {