summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Behrendt2019-01-05 01:35:33 +0100
committerMarcus Behrendt2019-01-05 01:35:33 +0100
commit8c1121ca36bdc657242f03dae2e015c71f52074f (patch)
tree0c83990dcc4b25dbee1281064ce2c458951f6c84
parente43e27b81aa5cc96a705f8c2eb7fac77233494a0 (diff)
downloadaur-8c1121ca36bdc657242f03dae2e015c71f52074f.tar.gz
updpkgrel
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09353f7b97b5..ba348256c2b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = pupil-eye-tracking-bin
pkgdesc = Open source eye tracking software platform that started as a thesis project at MIT
pkgver = 1.10
- pkgrel = 1
+ pkgrel = 2
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.10/pupil_v1.10-20-g6936560_linux_x64.zip
sha256sums = 3ca103c7cc4cad58e4580d2c178b2328dd6dde40e07f5b6f146ff20f0b2ab33f
diff --git a/PKGBUILD b/PKGBUILD
index c76e6989a0d3..f3c2dd92fa6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pupil-eye-tracking-bin
pkgver=1.10
-pkgrel=1
+pkgrel=2
pkgdesc="Open source eye tracking software platform that started as a thesis project at MIT"
arch=('x86_64')
license=("LGPL v3.0")
@@ -13,6 +13,8 @@ _source="pupil_${_version}_linux_x64"
source=("https://github.com/pupil-labs/pupil/releases/download/v${pkgver}/${_source}.zip")
sha256sums=('3ca103c7cc4cad58e4580d2c178b2328dd6dde40e07f5b6f146ff20f0b2ab33f')
+options=('!strip')
+
package() {
extract_deb "player"