summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen2022-03-16 13:42:29 +0000
committerStephen2022-03-16 13:42:29 +0000
commit551b8e20f72e86187457929b7b0e1b294dc0dae7 (patch)
tree0e9f05413d10319f52e352cce9cbd4d07eac4200
parent284d02358d05c8cd0c0997a68b0d81ed390e3225 (diff)
downloadaur-551b8e20f72e86187457929b7b0e1b294dc0dae7.tar.gz
fixed sha256 checksum issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aebfab96d561..1a9ba3658bc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,6 @@ pkgbase = copasi-bin
source_i686 = copasi-bin-4.35.258.sh::https://github.com/copasi/COPASI/releases/download/Build-258/COPASI-4.35.258-Linux-32bit.sh
sha256sums_i686 = f4e6b5fba0d230053edc89c5bcfc676e737d6aac67cc91b927794761ad65e02d
source_x86_64 = copasi-bin-4.35.258.sh::https://github.com/copasi/COPASI/releases/download/Build-258/COPASI-4.35.258-Linux-64bit.sh
- sha256sums_x86_64 = 53f29582f14af7bad60aae173c1818c43b3535c7a652e675af0cf4b7ff5ef269
+ sha256sums_x86_64 = f4e6b5fba0d230053edc89c5bcfc676e737d6aac67cc91b927794761ad65e02d
pkgname = copasi-bin
diff --git a/PKGBUILD b/PKGBUILD
index fd7c73db057b..d9abed233033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source_i686=($pkgname-$pkgver.sh::$_source/COPASI-$pkgver-Linux-32bit.sh)
source_x86_64=($pkgname-$pkgver.sh::$_source/COPASI-$pkgver-Linux-64bit.sh)
sha256sums=('9576e4a9b2c7e74c91d0e1c0b39fcb20531e8fb4f21c5e8ac95b048609702923')
sha256sums_i686=('f4e6b5fba0d230053edc89c5bcfc676e737d6aac67cc91b927794761ad65e02d')
-sha256sums_x86_64=('53f29582f14af7bad60aae173c1818c43b3535c7a652e675af0cf4b7ff5ef269')
+sha256sums_x86_64=('f4e6b5fba0d230053edc89c5bcfc676e737d6aac67cc91b927794761ad65e02d')
package() {
@@ -52,4 +52,4 @@ package() {
# useful for launching COPASI using the menu entry
install -Dm755 copasi "$pkgdir/usr/bin/copasi"
-}
+} \ No newline at end of file