mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.4.5
This commit is contained in:
parent
eab1515b52
commit
d5ab76b7f5
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.4.4
|
||||
pkgver = 1.4.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = any
|
||||
|
|
@ -18,7 +18,7 @@ pkgbase = typhoon-bin
|
|||
depends = libportal
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.4.4/typhoon_1.4.4_all.deb
|
||||
sha256sums = 547187a53511843c1d48e13992147a7356bd10269a51f44d8d3eed31893541d8
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.4.5/typhoon_1.4.5_all.deb
|
||||
sha256sums = 55026a7e0e6ac07e8f363ae8374f1d63d4a09e04558f82544740d99a74b03346
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@ _basename=typhoon
|
|||
pkgname=${_basename}-bin
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
|
||||
pkgver=1.4.4
|
||||
pkgver=1.4.5
|
||||
pkgrel=1
|
||||
|
||||
arch=('any')
|
||||
|
|
@ -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=('547187a53511843c1d48e13992147a7356bd10269a51f44d8d3eed31893541d8')
|
||||
sha256sums=('55026a7e0e6ac07e8f363ae8374f1d63d4a09e04558f82544740d99a74b03346')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue