summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Li2023-07-28 16:22:41 -0400
committerRaymond Li2023-07-28 16:22:41 -0400
commit380d6c52debf13f13be1e2635236d4fe49e9f742 (patch)
treececbc5bf930505948e14e8ed8666f988c83ffa79
parent53b6bbf089953aa544537e49887deb7aa1e9c36a (diff)
downloadaur-i3lock-color.tar.gz
Bump to 2.13.c.5, copy shell completion files
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e861214dd9af..03d0cc94c0b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3lock-color
pkgdesc = The world's most popular non-default computer lockscreen.
- pkgver = 2.13.c.4
+ pkgver = 2.13.c.5
pkgrel = 1
url = https://github.com/Raymo111/i3lock-color
arch = i686
@@ -18,7 +18,7 @@ pkgbase = i3lock-color
provides = i3lock-color
conflicts = i3lock
conflicts = i3lock-color-git
- source = https://github.com/Raymo111/i3lock-color/archive/2.13.c.4.tar.gz
- sha256sums = 5df4cd3d515d938630ced981a7f0a6e01344d1ec51d10fd3c3d131d19283df69
+ source = https://github.com/Raymo111/i3lock-color/archive/2.13.c.5.tar.gz
+ sha256sums = 46f15cbbf339873266e014f70b5e1ec02177f0295302b615a7bd85bef40d8ad2
pkgname = i3lock-color
diff --git a/PKGBUILD b/PKGBUILD
index f8e7ca13f3b7..44a11430b901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-maintainer: Wilsson Martee <wilssonm@gmail.com>
pkgname=i3lock-color
-pkgver=2.13.c.4
+pkgver=2.13.c.5
pkgrel=1
pkgdesc="The world's most popular non-default computer lockscreen."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('xcb-util-image' 'pam' 'libev' 'cairo' 'libxkbcommon-x11'
provides=('i3lock' 'i3lock-color')
conflicts=('i3lock' 'i3lock-color-git')
source=("${url}/archive/$pkgver.tar.gz")
-sha256sums=('5df4cd3d515d938630ced981a7f0a6e01344d1ec51d10fd3c3d131d19283df69')
+sha256sums=('46f15cbbf339873266e014f70b5e1ec02177f0295302b615a7bd85bef40d8ad2')
build() {
cd "$pkgname-$pkgver"
@@ -30,6 +30,6 @@ package() {
cd "$pkgname-$pkgver"
make install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-# install -Dm644 i3lock-bash "${pkgdir}/usr/share/bash-completion/completions/i3lock"
-# install -Dm644 i3lock-zsh "${pkgdir}/usr/share/zsh/vendor-completions/_i3lock"
+ install -Dm644 i3lock-bash "${pkgdir}/usr/share/bash-completion/completions/i3lock"
+ install -Dm644 i3lock-zsh "${pkgdir}/usr/share/zsh/vendor-completions/_i3lock"
}