summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWarinyourself2022-02-21 15:26:58 +0300
committerWarinyourself2022-02-21 15:26:58 +0300
commit28a8c08d56a9f265bca747c4652db7059099f5bc (patch)
tree1a67f2027f0c67b1cc0b34d08d4162af5fec312a /PKGBUILD
parentea74d291d14557bdb98fc4a5e8e6f6f6acdaec91 (diff)
downloadaur-28a8c08d56a9f265bca747c4652db7059099f5bc.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8afc1519147..fef1a79e912c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,18 @@
# Maintainer: Warinyourself <warinyourself | gmail>
pkgname=lightdm-webkit-theme-osmos
-pkgver=1.0.7
+pkgver=2.0.0
pkgrel=1
-pkgdesc="A sleek, customizable Archlinux theme for lightdm."
+pkgdesc="A beautiful, customizable webkit theme for lightdm."
arch=('any')
-url="https://github.com/Warinyourself/lightdm-webkit-theme-osmos"
+url="https://github.com/Warinyourself/$pkgname"
license=('GPL3')
depends=('lightdm' 'lightdm-webkit2-greeter>=2.2.3')
install='lightdm-webkit-theme-osmos.install'
source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('fba0b8679d5313c0b5d35d4931a8583c')
+md5sums=('d1f5c238b9d85145e32214afdef80433')
package() {
- cd "$pkgdir"
- mkdir -p usr/share/lightdm-webkit/themes/
- rm -Rf usr/share/lightdm-webkit/themes/lightdm-webkit-theme-osmos
- cd usr/share/lightdm-webkit/themes/
- cp -r --recursive "$srcdir" "$pkgname"
+ install -dm 755 "$pkgdir"/usr/share/lightdm-webkit/themes/osmos
+ cp -r --no-preserve=ownership * "$pkgdir"/usr/share/lightdm-webkit/themes/osmos/
}