aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyrusmg2021-12-08 10:31:48 +0000
committerCyrusmg2021-12-08 10:31:48 +0000
commit6950720355d82f40ab1caf3fd6a6f162ef2030c5 (patch)
treeacb6257347f9e6756c43f5af93afa8a2c5d331bf
parent32f52842329681f2a18043c5c889c5ac6de02076 (diff)
downloadaur-6950720355d82f40ab1caf3fd6a6f162ef2030c5.tar.gz
Update eObcanka to 3.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
-rwxr-xr-xupdate-check.sh14
4 files changed, 19 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c20518ef31d..9d5bb2ca5781 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eobcanka
pkgdesc = eObcanka software for Czech Citizen Portal
- pkgver = 3.1.3
+ pkgver = 3.2.0
pkgrel = 1
url = https://info.eidentita.cz
arch = i686
@@ -17,6 +17,6 @@ pkgbase = eobcanka
optdepends = opensc: Tools and libraries for smart cards
options = !strip
source = https://info.eidentita.cz/download/eObcanka.deb
- sha1sums = 97cc983fa97947a8c382a68395fb318608f87ee2
+ sha1sums = f33fd4cbe713612cf78ac894f483d4e44be45a63
pkgname = eobcanka
diff --git a/.gitignore b/.gitignore
index 4e08aee32b48..e6bd1ba81730 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
eObcanka.deb
-eobcanka-1.0.0-1-x86_64.pkg.tar.xz
+eobcanka-*
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index 82cdabf641ee..87e6f3de9cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cyrusmg <aur@kulovany.net>
pkgname=eobcanka
-pkgver=3.1.3
+pkgver=3.2.0
pkgrel=1
pkgdesc="eObcanka software for Czech Citizen Portal"
arch=('i686' 'x86_64' 'mips64el' 'armv6h' 'armv7h' 'arm' 'aarch64')
@@ -23,6 +23,6 @@ post_install ()
echo "If your reader is not being recognized, run systemctl start pcscd.socket and pcscd.service"
}
-sha1sums=('97cc983fa97947a8c382a68395fb318608f87ee2')
+sha1sums=('f33fd4cbe713612cf78ac894f483d4e44be45a63')
# vim:set ts=2 sw=2 et:
diff --git a/update-check.sh b/update-check.sh
new file mode 100755
index 000000000000..3f0365b8e2b3
--- /dev/null
+++ b/update-check.sh
@@ -0,0 +1,14 @@
+#/bin/bash
+
+set -e
+
+echo Removing old artifacts
+rm eobcanka-* eObcanka.deb || true
+
+echo
+echo Running makepkg build
+makepkg
+
+echo
+echo Writing new SRCINFO
+makepkg --printsrcinfo > .SRCINFO