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