summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Langlois2020-04-05 14:31:17 -0400
committerEric Langlois2020-04-05 14:31:25 -0400
commit7624c9d401f48ba1d400a6bafd8d0cde37da424c (patch)
tree4713c7d7d44ca40b79e312777c7ea3ec6f4433ae
parentb7bd9951fe81194ada29db49dfa050e2f3bcda32 (diff)
downloadaur-7624c9d401f48ba1d400a6bafd8d0cde37da424c.tar.gz
Fix arm checksum
Was incorrectly set by updpkgsums
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b2e27f46d7e..83c558cc4aa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Langlois <eric@langlois.xyz>
pkgname=duplicacy-web
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Cross-platform cloud backup tool with a web GUI"
arch=('x86_64' 'arm')
url="https://duplicacy.com/"
@@ -17,7 +17,7 @@ sha256sums=('f169ca1196a3d99661b5fdf9b61d18c3f7a1341f6d90c1411874a9ebfecce10a'
'33325dd4c621676af89c4f6c27105fb16e0b9b00e962e6496f7d532f907646bf'
'f6da608f2babc6db66aed83e0ba7e1ce130680b15d2dbe01019cb01c88abc7db')
sha256sums_x86_64=('9381581171503788a9c31c60ea672bf0a0f3fc7d7537f83c24b318fef009b87f')
-sha256sums_arm=('9381581171503788a9c31c60ea672bf0a0f3fc7d7537f83c24b318fef009b87f')
+sha256sums_arm=('30fd83948764f74b39be5d32b5e4d5ff97986cdaa4254ce8c6344aaf495c5597')
package() {
install -m755 -D -t "$pkgdir/usr/bin" "$pkgname"