mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated: 0.9.71
This commit is contained in:
parent
c9707f19d6
commit
e770ecaf8c
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
pkgbase = typhoon-bin
|
||||
pkgdesc = A stylish weather app based on Stormcloud
|
||||
pkgver = 0.9.7
|
||||
pkgrel = 1
|
||||
url = http://eaglemode.sourceforge.net/
|
||||
pkgrel = 2
|
||||
url = https://github.com/archisman-panigrahi/typhoon
|
||||
arch = x86_64
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = tar
|
||||
|
|
@ -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.7/typhoon_0.9.7_all.deb
|
||||
sha256sums_x86_64 = e0ed19d233e767b0b91213f8571d5cadaebb5dd31e1069ae70cbee781ab48833
|
||||
source_x86_64 = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.71/typhoon_0.9.71_all.deb
|
||||
sha256sums_x86_64 = 875c090d513ebc14ca17e23461ac2a159c52cd6ce6e355483d4a769abed9db81
|
||||
|
||||
pkgname = typhoon-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -3,17 +3,17 @@
|
|||
_basename=typhoon
|
||||
pkgname=${_basename}-bin
|
||||
pkgver=0.9.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A stylish weather app based on Stormcloud"
|
||||
arch=('x86_64')
|
||||
url="http://eaglemode.sourceforge.net/"
|
||||
url="https://github.com/archisman-panigrahi/typhoon"
|
||||
license=('GPL-3.0-or-later')
|
||||
conflicts=("${_basename}")
|
||||
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=('e0ed19d233e767b0b91213f8571d5cadaebb5dd31e1069ae70cbee781ab48833')
|
||||
source_x86_64=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}1/${_basename}_${pkgver}1_all.deb")
|
||||
sha256sums_x86_64=('875c090d513ebc14ca17e23461ac2a159c52cd6ce6e355483d4a769abed9db81')
|
||||
|
||||
package() {
|
||||
cd "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue