summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroicleevan2021-10-03 18:57:14 -0400
committeroicleevan2021-10-03 18:57:14 -0400
commit07f2e1a8056d02a4816270d8c3937c825e401971 (patch)
treec8b922c222ab5c95898c4589b67ee70e14e33c83
parent1dc33dbc384b3e4d3c2df1cad49f84e473912aef (diff)
downloadaur-07f2e1a8056d02a4816270d8c3937c825e401971.tar.gz
trying sha instead
-rw-r--r--.SRCINFO2
-rw-r--r--1.2.1.zip.1bin0 -> 9488 bytes
-rw-r--r--PKGBUILD3
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb93ddd6d4be..a9a468a44ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,6 @@ pkgbase = the-deeps
arch = any
license = MIT
source = https://github.com/oicleevan/the-deeps/archive/refs/tags/1.2.1.zip
- md5sums = 44f6dd777bc5d631220650da6f2cf6f0
+ sha1sums = 8e236600c6e1d0dea83da0a07d64f329a09a4215
pkgname = the-deeps
diff --git a/1.2.1.zip.1 b/1.2.1.zip.1
new file mode 100644
index 000000000000..30e826b29bd0
--- /dev/null
+++ b/1.2.1.zip.1
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 5d12d15e2367..6b8d82da13f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="https://github.com/oicleevan/the-deeps"
license=('MIT')
source=("https://github.com/oicleevan/$pkgname/archive/refs/tags/$pkgver.zip")
-md5sums=('44f6dd777bc5d631220650da6f2cf6f0')
+sha1sums=('8e236600c6e1d0dea83da0a07d64f329a09a4215')
build() {
cd "$pkgname-$pkgver/src/libeo"
@@ -25,4 +25,3 @@ package() {
cd "$pkgname-$pkgver"
sudo make install
}
-md5sums=('44f6dd777bc5d631220650da6f2cf6f0')