mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix: Checksums
This commit is contained in:
parent
d538efbd43
commit
ca4ce045cc
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -20,6 +20,6 @@ pkgbase = typhoon-bin
|
|||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3.3/typhoon_1.3.3_all.deb
|
||||
sha256sums = sha256:74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48
|
||||
sha256sums = 74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -19,7 +19,7 @@ depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'python-cai
|
|||
makedepends=('tar')
|
||||
|
||||
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
|
||||
sha256sums=('sha256:74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48')
|
||||
sha256sums=('74c022a86cf728aaea95b6d7f7d6f44b229a3146a537ad819b0d9cb7e1eefb48')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue