summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalTeam2020-08-16 14:38:21 +0100
committerTheCynicalTeam2020-08-16 14:38:21 +0100
commit1aff5c5d538fabc3fec1a59b17cab0ef0185c5f0 (patch)
tree9fe2290561631345373a4e6c814a59b00cec3dbd
parentffeb9d90092921f958c2ae501b5295abea2c93eb (diff)
downloadaur-1aff5c5d538fabc3fec1a59b17cab0ef0185c5f0.tar.gz
Update to 2020.8.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e284cfbbd57..dc13ebb27d31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = multimonitorlock
pkgdesc = A simple lock script for i3lock-color
- pkgver = 2020.7.9
+ pkgver = 2020.8.16
pkgrel = 1
url = https://github.com/TheCynicalTeam/multimonitorlock
install = multimonitorlock.install
arch = any
license = GNU General Public License v3.0
+ makedepends = git
depends = i3lock-color
depends = imagemagick
depends = xorg-xrandr
@@ -13,12 +14,11 @@ pkgbase = multimonitorlock
depends = bc
optdepends = feh: Allows setting wallpaper
optdepends = multimonitorlock-gui: Allows the background to be changed
- makedepends = git
conflicts = multilockscreen-git
conflicts = betterlockscreen
conflicts = betterlockscreen-git
- source = https://github.com/TheCynicalTeam/multimonitorlock/archive/2020.7.9-1.tar.gz
- sha256sums = 406a2c2da7f32b6bfd6af551c2430cf254dd6f89011654e2ef89b72363fa61a7
+ source = https://github.com/TheCynicalTeam/multimonitorlock/archive/2020.8.16-1.tar.gz
+ sha256sums = c1f9abf45cb1010e0a7d972b94eb1e696659ed9b7ab65654622c0eac1f277d2d
pkgname = multimonitorlock
diff --git a/PKGBUILD b/PKGBUILD
index d1d7ae7a709a..fb16c93dcaa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TheCynicalTeam <TheCynicalTeam@github.com>
# Contributor: TheCynicalTeam <TheCynicalTeam@github.com>
pkgname=multimonitorlock
-pkgver=2020.7.9
+pkgver=2020.8.16
pkgrel=1
pkgdesc="A simple lock script for i3lock-color"
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('feh: Allows setting wallpaper' 'multimonitorlock-gui: Allows the ba
makedepends=('git')
conflicts=('multilockscreen-git' 'betterlockscreen' 'betterlockscreen-git')
source=("https://github.com/TheCynicalTeam/$pkgname/archive/$pkgver-$pkgrel.tar.gz")
-sha256sums=("406a2c2da7f32b6bfd6af551c2430cf254dd6f89011654e2ef89b72363fa61a7")
+sha256sums=("c1f9abf45cb1010e0a7d972b94eb1e696659ed9b7ab65654622c0eac1f277d2d")
install=${pkgname}.install
package() {