mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
v0.9.7
This commit is contained in:
parent
01fe965772
commit
15d7e1a70c
2 changed files with 7 additions and 6 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = typhoon
|
||||
pkgdesc = A stylish weather app based on Stormcloud
|
||||
pkgver = 0.9.6
|
||||
pkgver = 0.9.7
|
||||
pkgrel = 1
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = any
|
||||
|
|
@ -12,7 +12,8 @@ pkgbase = typhoon
|
|||
depends = webkit2gtk
|
||||
depends = python
|
||||
depends = imagemagick
|
||||
source = https://github.com/archisman-panigrahi/typhoon/archive/refs/tags/v0.9.5.tar.gz
|
||||
sha256sums = b7285f141f3028f1194a980795abbac8e755639028e42e1efbd42bd9b0ab5a9d
|
||||
depends = python-dbus
|
||||
source = https://github.com/archisman-panigrahi/typhoon/archive/refs/tags/v0.9.7.tar.gz
|
||||
sha256sums = f9702b84c7a251f2a5094d01410aafc02bc0f5e30eee8852a7ea5e6f2288d03f
|
||||
|
||||
pkgname = typhoon
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Archisman Panigrahi <apandada1@gmail.com>
|
||||
pkgname=typhoon
|
||||
pkgver=0.9.6
|
||||
pkgver=0.9.7
|
||||
pkgrel=1
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
arch=('any')
|
||||
url="https://github.com/archisman-panigrahi/typhoon"
|
||||
license=('GPL3')
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick')
|
||||
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus')
|
||||
makedepends=('git' 'meson' 'ninja')
|
||||
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('b7285f141f3028f1194a980795abbac8e755639028e42e1efbd42bd9b0ab5a9d')
|
||||
sha256sums=('f9702b84c7a251f2a5094d01410aafc02bc0f5e30eee8852a7ea5e6f2288d03f')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue