mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 0.8.80
This commit is contained in:
parent
818497178c
commit
c3bd87abdf
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.8
|
||||
pkgver = 0.9.80
|
||||
pkgrel = 1
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = x86_64
|
||||
|
|
@ -17,7 +17,7 @@ pkgbase = typhoon-bin
|
|||
depends = imagemagick
|
||||
provides = typhoon
|
||||
conflicts = typhoon
|
||||
source_x86_64 = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.8/typhoon_0.9.8_all.deb
|
||||
sha256sums_x86_64 = a4a6e7877f27a81e6f63ea829c463c6bd2e3cfbb39c7057c3955ae8d14c830d5
|
||||
source_x86_64 = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.80/typhoon_0.9.80_all.deb
|
||||
sha256sums_x86_64 = 67f5ea85341b8a9c6f2f48f65e1dfe8c8921090146e044fcdbdfb994bac8244d
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_basename=typhoon
|
||||
pkgname=${_basename}-bin
|
||||
pkgver=0.9.8
|
||||
pkgver=0.9.80
|
||||
pkgrel=1
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
arch=('x86_64')
|
||||
|
|
@ -13,7 +13,7 @@ provides=("${_basename}")
|
|||
depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'bash' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick')
|
||||
makedepends=('tar')
|
||||
source_x86_64=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
|
||||
sha256sums_x86_64=('a4a6e7877f27a81e6f63ea829c463c6bd2e3cfbb39c7057c3955ae8d14c830d5')
|
||||
sha256sums_x86_64=('67f5ea85341b8a9c6f2f48f65e1dfe8c8921090146e044fcdbdfb994bac8244d')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue