diff --git a/.SRCINFO b/.SRCINFO index 56963b6126a86..cc3062e3f948a 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index e9e6820f21530..64eff28f948a6 100644 --- a/PKGBUILD +++ b/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}"