summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormschubert2023-01-05 20:02:29 +0100
committermschubert2023-01-05 20:02:29 +0100
commitb16c0ae3444c3a37bf93fe555da96d4a8c72933a (patch)
tree4439be53520b99e0550e761d2c002e8347e08cd2
parent27c3782bea2c29c81e89431144c5baecd2bd300e (diff)
downloadaur-b16c0ae3444c3a37bf93fe555da96d4a8c72933a.tar.gz
fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5641782e788d..18bb15c5f6f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,6 @@ pkgbase = radian
depends = python-rchitect<0.4.0
replaces = rtichoke
source = radian-0.6.4.tar.gz::https://github.com/randy3k/radian/archive/v0.6.4.tar.gz
- sha256sums = 787181025eef5dd0c0ec1e448a55cc63705c341342a79134656f1e1aa77a146e
+ sha256sums = b8272b8d4b6b6f76c4fc4f7add81bc0435db46fdf7f88e072359a68a9edc3583
pkgname = radian
diff --git a/PKGBUILD b/PKGBUILD
index 1c2544ac7dfb..eb4a3626dc3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pyte' 'python-pexpect' 'python-ptyprocess')
replaces=('rtichoke')
source=($pkgname-$pkgver.tar.gz::https://github.com/randy3k/radian/archive/v$pkgver.tar.gz)
-sha256sums=('787181025eef5dd0c0ec1e448a55cc63705c341342a79134656f1e1aa77a146e')
+sha256sums=('b8272b8d4b6b6f76c4fc4f7add81bc0435db46fdf7f88e072359a68a9edc3583')
build() {
cd "$srcdir/$pkgname-$pkgver"