summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2019-08-29 15:57:04 +0200
committerMarcus Behrendt2019-08-29 15:57:04 +0200
commitd7ed170ca74ce0d28a210bf69f2fdaed3af4b54a (patch)
tree9924d42d01d2481db6d9969d1b4628a1091681b9
parente5c20ae5802ed831334372f786f1bff372325327 (diff)
downloadaur-d7ed170ca74ce0d28a210bf69f2fdaed3af4b54a.tar.gz
updpkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 023649730c83..db9d6bb7183d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pupil-eye-tracking-bin
pkgdesc = Open source eye tracking software platform that started as a thesis project at MIT
- pkgver = 1.13
+ pkgver = 1.15
pkgrel = 1
url = https://github.com/pupil-labs/pupil
arch = x86_64
license = LGPL v3.0
- source = https://github.com/pupil-labs/pupil/releases/download/v1.13/pupil_v1.13-29-g277ac8c_linux_x64.zip
- sha256sums = 2a7ddb3f4e24b039a58e935210c7b60ffd61691f71c14488813a2de38d02e12a
+ source = https://github.com/pupil-labs/pupil/releases/download/v1.15/pupil_v1.15-65-ga7c4fdb_linux_x64.zip
+ sha256sums = 5e170ac1229443ee1ec6b65dacc236fac4ba7d3c04fca0b2d6ac0f44f06b557b
pkgname = pupil-eye-tracking-bin
diff --git a/PKGBUILD b/PKGBUILD
index afabbf80db94..adb04b39a3b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Marcus Behrendt <marcus dot behrendt dot 86 et bigbrothergoogle>
pkgname=pupil-eye-tracking-bin
-pkgver=1.13
+pkgver=1.15
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}-29-g277ac8c"
+_version="v${pkgver}-65-ga7c4fdb"
_source="pupil_${_version}_linux_x64"
source=("https://github.com/pupil-labs/pupil/releases/download/v${pkgver}/${_source}.zip")
-sha256sums=('2a7ddb3f4e24b039a58e935210c7b60ffd61691f71c14488813a2de38d02e12a')
+sha256sums=('5e170ac1229443ee1ec6b65dacc236fac4ba7d3c04fca0b2d6ac0f44f06b557b')
#options=('!strip')
package() {