summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 412390951330..d9d8542a7cf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Winux <winuxlinux11@gmail.com>
pkgname=nature-wallpapers
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Collection of nature wallpapers'
arch=('any')
url='https://gitlab.com/winux1/nature-wallpapers/'
license=('unknown')
source=("${pkgname}-v${pkgver}.tar.gz::${url}-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-md5sums=('aeebbaf81bfcde5accff1e788c124606')
+md5sums=('3c053879bc56931b4ed878dcc53bfa5c')
package() {
cd "$srcdir/${pkgname}-v${pkgver}"
install -d "${pkgdir}/usr/share/backgrounds/${pkgname}"
install -m644 *.jpg "${pkgdir}/usr/share/backgrounds/${pkgname}/"
-} \ No newline at end of file
+}