summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorStephen Gregoratto2020-01-10 13:39:06 +1100
committerStephen Gregoratto2020-01-10 13:45:21 +1100
commit2e6b2234a2c6cc56c560da588d4892d7dc55c044 (patch)
tree31413d8fb19558c95ccaca64423f6e1286b7071f /.SRCINFO
parent20bc9bcadcaed3210e03a985ddafd89d80419cbb (diff)
downloadaur-2e6b2234a2c6cc56c560da588d4892d7dc55c044.tar.gz
update pkgbuild, fix file location errors
The pam configuration was unified for all supported OSs, and renamed to `pam/swaylock`. This commit also has a number of other fixes: - Adjust the pkgver method to use best practices - Remove pango dependancy, move gdk-pixbuf2 as a runtime dep. - Simplify meson/ninja commands. - Various stylistic changes.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO15
1 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93328cdf5c9e..2262cec8e1ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = swaylock-git
pkgdesc = Screen locker for Wayland
- pkgver = r187.4e72a36
+ pkgver = 1.4.r15.gdee0021
pkgrel = 1
- url = https://swaywm.org
+ url = https://github.com/swaywm/swaylock
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = MIT
makedepends = meson
makedepends = git
@@ -12,15 +14,12 @@ pkgbase = swaylock-git
makedepends = wayland-protocols
depends = wayland
depends = libxkbcommon
- depends = pango
- depends = cairo
depends = pam
- optdepends = gdk-pixbuf2: For background images other than PNG
+ depends = cairo
+ depends = gdk-pixbuf2
provides = swaylock
conflicts = swaylock
- options = debug
- options = !strip
- source = swaylock::git+https://github.com/swaywm/swaylock.git
+ source = swaylock::git+https://github.com/swaywm/swaylock
sha1sums = SKIP
pkgname = swaylock-git