mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 0.8.89
This commit is contained in:
parent
db5c236d90
commit
595fdaee06
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.88
|
||||
pkgver = 0.9.89
|
||||
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.88/typhoon_0.9.88_all.deb
|
||||
sha256sums = b4f9fa4fa03584e3a12f80e3692a9c0e78b0602339c8a4e92c0e0a47cb581ab8
|
||||
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.89/typhoon_0.9.89_all.deb
|
||||
sha256sums = 7e6519af9f420c4702997fda29f2dd765c24625c8359da1cbf1ebc6d7ae0e970
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_basename=typhoon
|
||||
pkgname=${_basename}-bin
|
||||
pkgver=0.9.88
|
||||
pkgver=0.9.89
|
||||
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=('b4f9fa4fa03584e3a12f80e3692a9c0e78b0602339c8a4e92c0e0a47cb581ab8')
|
||||
sha256sums=('7e6519af9f420c4702997fda29f2dd765c24625c8359da1cbf1ebc6d7ae0e970')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue