summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCory Sanin2024-03-24 20:51:59 -0500
committerCory Sanin2024-03-24 20:51:59 -0500
commita3553d0c3b4b53b03e3318e286a288961633c3ad (patch)
tree222b4c5b3eea31d29d082562982f8766d558646a
parent65e8b4396d0576d7910b5982b0eabc88c4263f1b (diff)
downloadaur-a3553d0c3b4b53b03e3318e286a288961633c3ad.tar.gz
fix logo checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bba026a2e4d1..b74fbbea9fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lalalai
pkgdesc = Vocal remover and instrumental AI splitter
pkgver = 1.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.lalal.ai/
arch = x86_64
license = freeware-proprietary
@@ -12,7 +12,7 @@ pkgbase = lalalai
source = https://s.lalal.ai/icons/favicon.svg
source = lalalai.desktop
sha1sums = 67e54bacb2c0cfd96ebe95b4119d8b7ab0692f58
- sha1sums = 7f7c41c602bd20340bc79be3e73c364fcb774d73
+ sha1sums = 6a82a050cac741189c600451a38726095f413959
sha1sums = 0879c6471548fda937e5bc28ae867f98ce1c3b9e
pkgname = lalalai
diff --git a/PKGBUILD b/PKGBUILD
index 86b81390aaae..60aff2ebac11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=lalalai
pkgname=${_pkgname}
pkgdesc="Vocal remover and instrumental AI splitter"
pkgver=1.3.2
-_pkgrel=1
+_pkgrel=2
pkgrel=${_pkgrel}
provides=("${_pkgname}")
conflicts=("${_pkgname}")
@@ -16,7 +16,7 @@ source=($_pkg::"https://d.lalal.ai/app/${_pkg}?source=aur"
"https://s.lalal.ai/icons/favicon.svg"
"lalalai.desktop")
sha1sums=('67e54bacb2c0cfd96ebe95b4119d8b7ab0692f58'
- '7f7c41c602bd20340bc79be3e73c364fcb774d73'
+ '6a82a050cac741189c600451a38726095f413959'
'0879c6471548fda937e5bc28ae867f98ce1c3b9e')
options=(!strip)