mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.3.2
This commit is contained in:
parent
3866c6c1e6
commit
0a4171aacd
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = typhoon-bin
|
||||
pkgdesc = A stylish weather app based on Stormcloud
|
||||
pkgver = 1.3.1
|
||||
pkgrel = 2
|
||||
pkgver = 1.3.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = any
|
||||
license = GPL-3.0-or-later
|
||||
|
|
@ -19,7 +19,7 @@ pkgbase = typhoon-bin
|
|||
depends = libportal
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3.1/typhoon_1.3.1_all.deb
|
||||
sha256sums = 0c5f4b3e43938a5169826e554d3932ccc60f7910f7981b58326808dc7f924a85
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3.2/typhoon_1.3.2_all.deb
|
||||
sha256sums = 5ad1a9fb83905c7464c13784ba1b45bf8e81529d4213b704983e82aec8fab5fe
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,8 +5,8 @@ _basename=typhoon
|
|||
pkgname=${_basename}-bin
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
|
||||
pkgver=1.3.1
|
||||
pkgrel=2
|
||||
pkgver=1.3.2
|
||||
pkgrel=1
|
||||
|
||||
arch=('any')
|
||||
license=('GPL-3.0-or-later')
|
||||
|
|
@ -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=('0c5f4b3e43938a5169826e554d3932ccc60f7910f7981b58326808dc7f924a85')
|
||||
sha256sums=('5ad1a9fb83905c7464c13784ba1b45bf8e81529d4213b704983e82aec8fab5fe')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue