summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortioguda2019-07-13 08:21:39 -0300
committertioguda2019-07-13 08:21:39 -0300
commit9230417a92d8eb12418304d9db151577a092a175 (patch)
treeec4ca609822a6e27397d50ce171a5669cab0ae80 /PKGBUILD
parent2dfaa7d9ea8aefa66d564b7a0655f14120f34f66 (diff)
downloadaur-9230417a92d8eb12418304d9db151577a092a175.tar.gz
Fix warsaw-service
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d14a54a3a32..be8142d663eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=warsaw-bin
pkgver=1.13.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Banking security tool developed by GAS Tecnologia"
arch=(i686 x86_64)
url="https://www.dieboldnixdorf.com.br/warsaw"
@@ -14,13 +14,16 @@ options=('!strip')
install=${pkgname}.install
conflicts=('warsaw')
provides=('warsaw')
+source=('fix.patch')
source_i686=(https://cloud.gastecnologia.com.br/gas/diagnostico/warsaw_setup_32.deb)
source_x86_64=(https://cloud.gastecnologia.com.br/gas/diagnostico/warsaw_setup_64.deb)
+sha256sums=('cf2389806c92ac87d7775522d6dbc7de63a52f780dbe2b8e40a6e248709414a5')
sha256sums_i686=('a6f6ec95ccd023aef66f8a80c8695bfe8713a68435b3e277b9e5a6b3b0c818af')
sha256sums_x86_64=('6b99554976c12f6290c4eef97895e36bc980011703ddfbade5ff8cf825d25e58')
prepare() {
tar -xJf data.tar.xz
+ patch -p1 -i ./fix.patch
}
package() {