summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2020-02-29 15:58:06 +0100
committerMarcus Behrendt2020-02-29 15:58:06 +0100
commit2541d935ad78609079a1dcd353791d24f6d3d76b (patch)
tree85a708769c881e3b4be38ac07cbb9eeb353473e6
parent0a14f736f0965e9104df0fe700c7cad47475b605 (diff)
downloadaur-2541d935ad78609079a1dcd353791d24f6d3d76b.tar.gz
updpkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD17
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae8edb35b07d..3bf2fce8c4d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pupil-eye-tracking-bin
pkgdesc = Open source eye tracking software platform that started as a thesis project at MIT
- pkgver = 1.22.3
+ pkgver = 1.22.7
pkgrel = 1
url = https://github.com/pupil-labs/pupil
arch = x86_64
license = LGPL v3.0
options = !strip
- source = https://github.com/pupil-labs/pupil/releases/download/v1.22.3/pupil_v1.22-3-gac28eeb_linux_x64.zip
- sha256sums = 79329a8998a5fb997f0f7c4b64cdf3d9ea366fec0ffa96b3db22ef2c0e2e4bfd
+ source = https://github.com/pupil-labs/pupil/releases/download/v1.22/pupil_v1.22-7-gbcfbf7d_linux_x64.zip
+ sha256sums = 945ed6a758056d09ad4292a57c5686c9975e278ee80ec320bdf6bfe1c243c2e5
pkgname = pupil-eye-tracking-bin
diff --git a/PKGBUILD b/PKGBUILD
index f7bc909d7d66..6afb4956a25d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,25 @@
# Maintainer: Marcus Behrendt <marcus dot behrendt dot 86 et bigbrothergoogle>
pkgname=pupil-eye-tracking-bin
-_major=1.22
-_minor=3
-pkgver="${_major}.${_minor}"
+
+_major=1
+_minor=22
+_patch=7
+_commit=bcfbf7d
+
+pkgver="${_major}.${_minor}.${_patch}"
pkgrel=1
pkgdesc="Open source eye tracking software platform that started as a thesis project at MIT"
arch=('x86_64')
license=("LGPL v3.0")
url="https://github.com/pupil-labs/pupil"
-_version="v${_major}-${_minor}-gac28eeb"
+_major_minor="v${_major}.${_minor}"
+_version="${_major_minor}-${_patch}-g${_commit}"
_source="pupil_${_version}_linux_x64"
-source=("https://github.com/pupil-labs/pupil/releases/download/v${pkgver}/${_source}.zip")
-sha256sums=('79329a8998a5fb997f0f7c4b64cdf3d9ea366fec0ffa96b3db22ef2c0e2e4bfd')
+source=("https://github.com/pupil-labs/pupil/releases/download/${_major_minor}/${_source}.zip")
+sha256sums=('945ed6a758056d09ad4292a57c5686c9975e278ee80ec320bdf6bfe1c243c2e5')
options=('!strip')
package() {