mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.7.2
This commit is contained in:
parent
5cece9c14d
commit
f100ef88d6
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.1
|
||||
pkgver = 1.7.2
|
||||
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.1/typhoon_1.7.1_all.deb
|
||||
sha256sums = 951d3e8082248918a8584c2e64251541e3ecefff393a1dbf3158f1df1d82812b
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.7.2/typhoon_1.7.2_all.deb
|
||||
sha256sums = b68c46513752ec57a3ef83cdd63b588547f65a784c22bdfe1477f13042919e17
|
||||
|
||||
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.1
|
||||
pkgver=1.7.2
|
||||
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=('951d3e8082248918a8584c2e64251541e3ecefff393a1dbf3158f1df1d82812b')
|
||||
sha256sums=('b68c46513752ec57a3ef83cdd63b588547f65a784c22bdfe1477f13042919e17')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue