diff --git a/.SRCINFO b/.SRCINFO index 95da9a592a1cd..82f30356c9d10 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typhoon-bin pkgdesc = A stylish weather app based on Stormcloud - pkgver = 0.9.93 + pkgver = 0.9.94 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.93/typhoon_0.9.93_all.deb - sha256sums = 52816990b457fcf6013cb55f05fd4163b4f8c7f8842936028b4dafba24012b36 + source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.94/typhoon_0.9.94_all.deb + sha256sums = 547a8891444fec612a402a28d529e0def2aac1d3f081e474ec7271d0663dd9e5 pkgname = typhoon-bin diff --git a/PKGBUILD b/PKGBUILD index 844e53b1f80a2..160a128e71c43 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _basename=typhoon pkgname=${_basename}-bin -pkgver=0.9.93 +pkgver=0.9.94 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=('52816990b457fcf6013cb55f05fd4163b4f8c7f8842936028b4dafba24012b36') +sha256sums=('547a8891444fec612a402a28d529e0def2aac1d3f081e474ec7271d0663dd9e5') package() { cd "${pkgdir}"