mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 1.5.1
This commit is contained in:
parent
606b84d42a
commit
f609c7924e
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.5.0
|
||||
pkgver = 1.5.1
|
||||
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.5.0/typhoon_1.5.0_all.deb
|
||||
sha256sums = b148f3ff1959ade8fad1fdd0da31f9e5f5cc7552d4b8425b19a88fb675f792e0
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.5.1/typhoon_1.5.1_all.deb
|
||||
sha256sums = a968833c0cec928c0b9f20256ceeb09950ac7891fa6e49284251df0803241a47
|
||||
|
||||
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.5.0
|
||||
pkgver=1.5.1
|
||||
pkgrel=1
|
||||
|
||||
arch=('any')
|
||||
|
|
@ -20,7 +20,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=('b148f3ff1959ade8fad1fdd0da31f9e5f5cc7552d4b8425b19a88fb675f792e0')
|
||||
sha256sums=('a968833c0cec928c0b9f20256ceeb09950ac7891fa6e49284251df0803241a47')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue