summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWinux2021-05-04 12:26:44 +0200
committerWinux2021-05-04 12:26:44 +0200
commit54c223f6ce337afe680440c01f191a107168766e (patch)
tree88f27258efd79365e782a33275fcb42cbd855119 /PKGBUILD
parent7002112153710d29b472199ef42cdd7b30024ebb (diff)
downloadaur-nature-wallpapers.tar.gz
Update package to Version 1.1
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
+}