mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.7.1
This commit is contained in:
parent
4fcc26c707
commit
5cece9c14d
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = typhoon-bin
|
||||
pkgdesc = A stylish weather app based on Stormcloud
|
||||
pkgver = 1.7.0
|
||||
pkgver = 1.7.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = any
|
||||
|
|
@ -15,7 +15,7 @@ pkgbase = typhoon-bin
|
|||
depends = python-cairosvg
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.7.0/typhoon_1.7.0_all.deb
|
||||
sha256sums = fb59406c9bfd67c7a1db370928f2ba8afc6f89be6abe48a8d8103307959628e1
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.7.1/typhoon_1.7.1_all.deb
|
||||
sha256sums = 951d3e8082248918a8584c2e64251541e3ecefff393a1dbf3158f1df1d82812b
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -6,7 +6,7 @@ _basename=typhoon
|
|||
pkgname=${_basename}-bin
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
|
||||
pkgver=1.7.0
|
||||
pkgver=1.7.1
|
||||
pkgrel=1
|
||||
|
||||
arch=('any')
|
||||
|
|
@ -20,7 +20,7 @@ depends=('python' 'python-pyqt6' 'python-pyqt6-webengine' 'python-dbus' 'python-
|
|||
makedepends=('tar')
|
||||
|
||||
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
|
||||
sha256sums=('fb59406c9bfd67c7a1db370928f2ba8afc6f89be6abe48a8d8103307959628e1')
|
||||
sha256sums=('951d3e8082248918a8584c2e64251541e3ecefff393a1dbf3158f1df1d82812b')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue