summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSisyphus2019-04-29 22:34:45 +0300
committerSisyphus2019-04-29 22:34:45 +0300
commit47a0b5597c53e25f90e8368adcc8a6ed3142d704 (patch)
treed4a4a2e23e333a9035244ac31b09a9a55202b3c0
parent28e615be8e144271240d6bf670ebda4127744938 (diff)
downloadaur-47a0b5597c53e25f90e8368adcc8a6ed3142d704.tar.gz
Fix error
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c4574b6c73..c0830a44f27a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-webkit-theme-osmos
pkgdesc = A sleek, customizable Archlinux theme for lightdm.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/Warinyourself/lightdm-webkit-theme-osmos
install = lightdm-webkit-theme-osmos.install
@@ -8,8 +8,8 @@ pkgbase = lightdm-webkit-theme-osmos
license = GPL3
depends = lightdm
depends = lightdm-webkit2-greeter>=2.2.3
- source = https://github.com/Warinyourself/lightdm-webkit-theme-osmos/releases/download/1.0.1/lightdm-webkit-theme-osmos-1.0.1.tar.gz
- md5sums = f0ad15f159ae2673558598a60b1b5e89
+ source = https://github.com/Warinyourself/lightdm-webkit-theme-osmos/releases/download/1.0.2/lightdm-webkit-theme-osmos-1.0.2.tar.gz
+ md5sums = 90a0d1745272fb4a598d893938db6c43
pkgname = lightdm-webkit-theme-osmos
diff --git a/PKGBUILD b/PKGBUILD
index 66cfa66e2f02..19a7f6935b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Warinyourself <warinyourself | gmail>
pkgname=lightdm-webkit-theme-osmos
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A sleek, customizable Archlinux theme for lightdm."
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('lightdm' 'lightdm-webkit2-greeter>=2.2.3')
install='lightdm-webkit-theme-osmos.install'
source=("https://github.com/Warinyourself/lightdm-webkit-theme-osmos/releases/download/$pkgver/lightdm-webkit-theme-osmos-$pkgver.tar.gz")
-md5sums=('f0ad15f159ae2673558598a60b1b5e89')
+md5sums=('90a0d1745272fb4a598d893938db6c43')
package() {
cd "$pkgdir"