summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYan Doroshenko2018-07-28 10:06:00 +0200
committerYan Doroshenko2018-07-28 10:06:00 +0200
commit4d3e4ade00f5547c87c5d854d1915dc85676b804 (patch)
treee0fbeb35c4df2d97718628880eaa0391a14617ca
parente8b0c6000f028ca6c377d654cd28218d33f3be65 (diff)
downloadaur-4d3e4ade00f5547c87c5d854d1915dc85676b804.tar.gz
[fix] Fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 173b1375ded9..542f349ec106 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asciiquarium-lock
pkgdesc = Simple screen locker using ASCIIQuarium as a screensaver
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/YanDoroshenko/asciiquarium-lock
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = asciiquarium-lock
depends = pyxtrlock
depends = asciiquarium
depends = xfce4-terminal
- depends = xorg-xserver
+ depends = xorg-server
source = https://raw.githubusercontent.com/YanDoroshenko/asciiquarium-lock/master/asciiquarium-lock.sh
sha256sums = 2e0dcb1688d9791764066a7c6eb6a6304d5bf6eb10997e24b9549d95d336035f
diff --git a/PKGBUILD b/PKGBUILD
index 39c3663e8106..b8abbe906ca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=asciiquarium-lock
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Simple screen locker using ASCIIQuarium as a screensaver"
arch=('any')
url="https://github.com/YanDoroshenko/asciiquarium-lock"