summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2023-08-11 20:59:40 +0800
committertaotieren2023-08-11 20:59:40 +0800
commit82e2bc0e8fc12db412d1c0e582bab53154e82d90 (patch)
treeea934849b30898f5f3296c8d1e3537f726d25853 /PKGBUILD
parent2c43377def41131fb4aa287fdf53e569470d47a3 (diff)
downloadaur-82e2bc0e8fc12db412d1c0e582bab53154e82d90.tar.gz
Update 1.5.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb72602c91fc..c31889dd51f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: taotieren <admin@taotieren.com>
pkgname=fantascene-dynamic-wallpaper
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="dynamic wallpaper. A very nice animated wallpaper on X11 systems.Support Movie and Web animated wallpaper."
arch=('any')
@@ -10,14 +10,13 @@ license=('GPLv3')
provides=(${pkgname})
conflicts=(${pkgname} ${pkgname}-git)
depends=(mpv
- qt5-tools
- qt5-x11extras
- qt5-webengine)
-makedepends=(qconf
- pkgconfig
- make)
+ qt5-x11extras
+ qt5-webengine)
+makedepends=(pkgconfig
+ qt5-tools
+ make)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz" )
-sha256sums=('SKIP')
+sha256sums=('750b36a9663fd07208b1ed852df47797cbf44c720adb5956e2f38fec7eeda270')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"