summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27116c3908c3..3172ae183f8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libthinkpad-git
pkgdesc = A general purpose userspace ThinkPad library
- pkgver = 2.3.r11.g0a7a74d
- pkgrel = 2
+ pkgver = 2.6.r4.gd8a8681
+ pkgrel = 1
url = https://github.com/libthinkpad/libthinkpad
install = libthinkpad.install
arch = i686
@@ -15,10 +15,9 @@ pkgbase = libthinkpad-git
provides = libthinkpad
conflicts = libthinkpad
options = !strip
- source = git://github.com/libthinkpad/libthinkpad
+ source = git+https://github.com/libthinkpad/libthinkpad
source = libthinkpad.install
md5sums = SKIP
md5sums = b44e3c7ddac879d57b45a709544df785
pkgname = libthinkpad-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c77e1cbd86fb..f1e02e3c78f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: smlb <smlb at riseup dot net>
pkgname=libthinkpad-git
-pkgver=2.3.r11.g0a7a74d
-pkgrel=2
+pkgver=2.6.r4.gd8a8681
+pkgrel=1
pkgdesc="A general purpose userspace ThinkPad library"
arch=('i686' 'x86_64')
url="https://github.com/libthinkpad/libthinkpad"
@@ -14,7 +14,7 @@ conflicts=('libthinkpad')
provides=('libthinkpad')
options=('!strip')
_gitname=libthinkpad
-source=("git://github.com/libthinkpad/libthinkpad" "$_gitname.install")
+source=("git+https://github.com/libthinkpad/libthinkpad" "$_gitname.install")
md5sums=('SKIP'
'b44e3c7ddac879d57b45a709544df785')
install=$_gitname.install