summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdJoPaTo2021-04-18 16:29:35 +0200
committerEdJoPaTo2021-04-18 16:29:35 +0200
commitcb81dd22d0a27202a8417dca51dcae8e22de4802 (patch)
tree3b791c433505773a5a14c5cfe5815cdabbac6cfe
parent013d1fa80731cdf744766d9607c75106449156e4 (diff)
downloadaur-cb81dd22d0a27202a8417dca51dcae8e22de4802.tar.gz
chore: switch scripts to /usr/bin/env bash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rwxr-xr-xrunscript.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 256b30d3baaf..85588f3f6ff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snoopy
pkgdesc = software tool to design and animate hierarchical graphs, among others Petri nets
pkgver = 2019.12.20
- pkgrel = 2
+ pkgrel = 3
url = http://www-dssz.informatik.tu-cottbus.de/DSSZ/Software/Snoopy
arch = x86_64
license = custom: non-professional use only
@@ -16,7 +16,7 @@ pkgbase = snoopy
source = snoopy.desktop
source = snoopy.png
md5sums = a01423e1791727465d0fd268deae298b
- md5sums = a3c96a349faacd74786db673f2992951
+ md5sums = 79bb5f35fc34fe7259b0369d8cf9f7ee
md5sums = d9e788feb4c1424972a666f58d426f8e
md5sums = 29de8205156262088c576496dd2a44ff
diff --git a/PKGBUILD b/PKGBUILD
index 7f37c10339c3..3447b227ef07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: EdJoPaTo <snoopy-aur@edjopato.de>
pkgname=snoopy
pkgver=2019.12.20
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="software tool to design and animate hierarchical graphs, among others Petri nets"
arch=("x86_64")
@@ -29,7 +29,7 @@ source=("$pkgname-stable-linux-64-${pkgver//./-}.tgz::https://www-dssz.informati
"snoopy.png")
noextract=()
md5sums=('a01423e1791727465d0fd268deae298b'
- 'a3c96a349faacd74786db673f2992951'
+ '79bb5f35fc34fe7259b0369d8cf9f7ee'
'd9e788feb4c1424972a666f58d426f8e'
'29de8205156262088c576496dd2a44ff')
validpgpkeys=()
diff --git a/runscript.sh b/runscript.sh
index 42e6c190152c..ec207a35305c 100755
--- a/runscript.sh
+++ b/runscript.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
LD_LIBRARY_PATH=/usr/lib/snoopy
export LD_LIBRARY_PATH