mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 0.8.91
This commit is contained in:
parent
f853d86d33
commit
9ca0cbdfe5
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 = 0.9.90
|
||||
pkgver = 0.9.91
|
||||
pkgrel = 1
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = any
|
||||
|
|
@ -17,7 +17,7 @@ pkgbase = typhoon-bin
|
|||
depends = imagemagick
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.90/typhoon_0.9.90_all.deb
|
||||
sha256sums = c84413344a3ce008e433e618b44dec69aea21d472f4b5a3a8ba47c6855978600
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.91/typhoon_0.9.91_all.deb
|
||||
sha256sums = 405977002cfa54381ab077099b824e7f181f502dedc270401090dff92d2469cb
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_basename=typhoon
|
||||
pkgname=${_basename}-bin
|
||||
pkgver=0.9.90
|
||||
pkgver=0.9.91
|
||||
pkgrel=1
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
arch=('any')
|
||||
|
|
@ -13,7 +13,7 @@ provides=("${_basename}")
|
|||
depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'bash' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick')
|
||||
makedepends=('tar')
|
||||
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
|
||||
sha256sums=('c84413344a3ce008e433e618b44dec69aea21d472f4b5a3a8ba47c6855978600')
|
||||
sha256sums=('405977002cfa54381ab077099b824e7f181f502dedc270401090dff92d2469cb')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue