summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Costa2022-02-20 12:50:10 -0300
committerGustavo Costa2022-02-20 12:50:10 -0300
commit90f30c10518511b0676a978b4f15c9f1b4104ca2 (patch)
treeab8cd2c7ecab46b28be7717434ee1a8874d9f2bb /PKGBUILD
parentca2d6d1d6dc19359b811d70a5e83b425eefb680b (diff)
downloadaur-90f30c10518511b0676a978b4f15c9f1b4104ca2.tar.gz
Fix sha1sum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b315593fb2d1..1766625ef7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=strace-with-colors
_pkgname=strace
pkgver=5.15
-pkgrel=1
+pkgrel=2
pkgdesc='A diagnostic, debugging and instructional userspace tracer (with colors)'
arch=(x86_64)
url='https://strace.io/'
@@ -13,7 +13,7 @@ conflicts=($_pkgname)
provides=($_pkgname)
source=("https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz"
"$pkgname.patch")
-sha1sums=('6625b01b18c3940cd926c85e4d1feb10f162973d'
+sha1sums=('2cea29778e631838be676b451ea17ff381b673f0'
'SKIP')
prepare() {