summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2020-02-27 11:26:38 +0100
committerMarcus Behrendt2020-02-27 11:26:38 +0100
commit0a14f736f0965e9104df0fe700c7cad47475b605 (patch)
tree7e664f591dcf0c4a20517e4823f0e7576f8cc733
parentd5aa0a78b7ed03ee400f6cacc36fcc4b186e6523 (diff)
downloadaur-0a14f736f0965e9104df0fe700c7cad47475b605.tar.gz
updpkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c1eff926d78..ae8edb35b07d 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.16
+ pkgver = 1.22.3
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.16/pupil_v1.16-43-g9dc4533_linux_x64.zip
- sha256sums = 3ffe552b050480c8776155029ec43114da3d2c6d8795655f1176b0e74f93847e
+ source = https://github.com/pupil-labs/pupil/releases/download/v1.22.3/pupil_v1.22-3-gac28eeb_linux_x64.zip
+ sha256sums = 79329a8998a5fb997f0f7c4b64cdf3d9ea366fec0ffa96b3db22ef2c0e2e4bfd
pkgname = pupil-eye-tracking-bin
diff --git a/PKGBUILD b/PKGBUILD
index a330e137749e..f7bc909d7d66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
# Maintainer: Marcus Behrendt <marcus dot behrendt dot 86 et bigbrothergoogle>
pkgname=pupil-eye-tracking-bin
-pkgver=1.16
+_major=1.22
+_minor=3
+pkgver="${_major}.${_minor}"
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${pkgver}-43-g9dc4533"
+_version="v${_major}-${_minor}-gac28eeb"
_source="pupil_${_version}_linux_x64"
source=("https://github.com/pupil-labs/pupil/releases/download/v${pkgver}/${_source}.zip")
-sha256sums=('3ffe552b050480c8776155029ec43114da3d2c6d8795655f1176b0e74f93847e')
+sha256sums=('79329a8998a5fb997f0f7c4b64cdf3d9ea366fec0ffa96b3db22ef2c0e2e4bfd')
options=('!strip')
package() {