Skip to content

Commit

Permalink
fix sha256sums
Browse files Browse the repository at this point in the history
  • Loading branch information
chun-awa committed Oct 22, 2024
1 parent 5184d56 commit 200e5b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lingmo-terminal/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = lingmo-terminal
pkgdesc = Terminal emulator using LingmoUI as interface style on LingmoOS.
pkgver = 2.0.0
pkgrel = 1
pkgrel = 2
url = https://lingmo.org
arch = x86_64
license = GPL
Expand All @@ -14,6 +14,6 @@ pkgbase = lingmo-terminal
depends = qt5-graphicaleffects
depends = lingmoui
source = https://github.com/LingmoOS/lingmo-terminal/archive/refs/tags/2.0.0.tar.gz
sha256sums = 262ed8f325de3ceb48b1bd0e6e2324b9bb9006e30f47799e476f79c44c4c3ec5
sha256sums = c32a7677d1ea88048ef27a50485d2271d0a4150136bdb77e999d368fda8b701a

pkgname = lingmo-terminal
4 changes: 2 additions & 2 deletions lingmo-terminal/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ depends=(
)
makedepends=("extra-cmake-modules")
pkgdesc="Terminal emulator using LingmoUI as interface style on LingmoOS."
pkgrel=1
pkgrel=2
pkgver=2.0.0
url="https://lingmo.org"
license=("GPL")
source=("https://github.com/LingmoOS/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('262ed8f325de3ceb48b1bd0e6e2324b9bb9006e30f47799e476f79c44c4c3ec5')
sha256sums=('c32a7677d1ea88048ef27a50485d2271d0a4150136bdb77e999d368fda8b701a')

prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down

0 comments on commit 200e5b1

Please sign in to comment.