summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Michel2018-04-04 16:18:30 +0200
committerRaphael Michel2018-04-04 16:18:30 +0200
commit9b6efa9643191346ef7ce54a9efb5b56ea3feb3c (patch)
tree0f0c7322053d17fb1ea55a4d6d2afbb3f1c9950c
parentb2082377b3360bd14a7320d2fe5be0f49fc70626 (diff)
downloadaur-9b6efa9643191346ef7ce54a9efb5b56ea3feb3c.tar.gz
Update to 0.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81f1fe0fb557..cd0e980f147f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretixdesk
pkgdesc = Desktop application for attendee check-in with the pretix ticketing system
- pkgver = 0.3.0
+ pkgver = 0.3.2
pkgrel = 1
url = https://pretix.eu
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = pretixdesk
depends = sqlite
provides = pretixdesk
conflicts = pretixdesk-git
- source = https://download.pretix.eu/public/pretixdesk/jar/pretixdesk-0.3.0.jar
+ source = https://download.pretix.eu/public/pretixdesk/jar/pretixdesk-0.3.2.jar
source = launcher
source = pretixdesk.desktop
- sha256sums = 30368a74081d630cbfa403b1db835792e23636541f1e9021b03d4ae08845c308
+ sha256sums = c19fd05676b757ab08ae6da68c70dcb126d971369d40bdedb27fd48eeb5ddbea
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 42f023c487c1..9caf35aab9e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Raphael Michel <mail@raphaelmichel.de>
_pkgname=pretixdesk
pkgname=$_pkgname
-pkgver=0.3.0
+pkgver=0.3.2
pkgrel=1
pkgdesc="Desktop application for attendee check-in with the pretix ticketing system"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=()
source=("https://download.pretix.eu/public/pretixdesk/jar/pretixdesk-${pkgver}.jar" 'launcher' 'pretixdesk.desktop')
conflicts=('pretixdesk-git')
provides=('pretixdesk')
-sha256sums=('30368a74081d630cbfa403b1db835792e23636541f1e9021b03d4ae08845c308' 'SKIP' 'SKIP')
+sha256sums=('c19fd05676b757ab08ae6da68c70dcb126d971369d40bdedb27fd48eeb5ddbea' 'SKIP' 'SKIP')
package() {
install -d "${pkgdir}/usr/bin"