summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f52ea2e52160..3625e8f4e7c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = wallpaperflix
pkgdesc = Automatic wallpaper downloader of posters of your favorite movies and TV shows via TMDb.
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = https://github.com/ismailkarsli/wallpaperflix
arch = x86_64
license = MIT
depends = libappindicator-gtk3
depends = webkit2gtk
- source = https://github.com/ismailkarsli/wallpaperflix/releases/download/v0.0.1/wallpaper-flix_0.0.1_amd64.deb
- sha256sums = 0e227345a45eafbd419ac129e44f1f4ed45efcebe821ecc58fca823a3354607b
+ source = https://github.com/ismailkarsli/wallpaperflix/releases/download/v0.0.2/wallpaper-flix_0.0.2_amd64.deb
+ sha256sums = 7778c09c55959092df9fce453ca70c96cc5acf83033625c4de3372a1b1e3cc2a
pkgname = wallpaperflix
diff --git a/PKGBUILD b/PKGBUILD
index 1266511af358..49647ff09a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ismailkarsli <ismail at karsli dot net>
pkgname=wallpaperflix
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
pkgdesc="Automatic wallpaper downloader of posters of your favorite movies and TV shows via TMDb."
arch=("x86_64")
@@ -9,7 +9,7 @@ url="https://github.com/ismailkarsli/wallpaperflix"
license=("MIT")
depends=("libappindicator-gtk3" "webkit2gtk")
source=("https://github.com/ismailkarsli/wallpaperflix/releases/download/v${pkgver}/wallpaper-flix_${pkgver}_amd64.deb")
-sha256sums=("0e227345a45eafbd419ac129e44f1f4ed45efcebe821ecc58fca823a3354607b")
+sha256sums=("7778c09c55959092df9fce453ca70c96cc5acf83033625c4de3372a1b1e3cc2a")
package() {
cd "$srcdir"