summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63cd04a2088a..478c266ea1a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bing-wall
pkgdesc = Bing wallpaper of the day application for Gnome desktop
- pkgver = 2.3
- pkgrel = 0.4
+ pkgver = 2.4
+ pkgrel = 0.0
url = https://github.com/keshavbhatt/BingWall
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 836c4dd282f6..af33663a0f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Maintainer: Your Name <hritwiksinghal@pm.me>
pkgname=bing-wall
-pkgver=2.3
-pkgrel=0.4
+pkgver=2.4
+pkgrel=0.0
# epoch=
pkgdesc="Bing wallpaper of the day application for Gnome desktop"
arch=('x86_64' 'i686')
@@ -61,6 +61,4 @@ package() {
cd ..
mkdir -p "${pkgdir}/usr/share/licenses/$pkgname/"
install -Dm0644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/"
-
-
}