summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Li2020-05-13 18:05:36 -0400
committerRaymond Li2020-05-13 18:05:36 -0400
commit09322a1c16d48c45c9ab123767d80d74b629308b (patch)
tree6918fdefcb62f266078b90b89630e361e8ff8bfa
parent6086756c568435afd80ca9fdce64da22bc6308b2 (diff)
downloadaur-09322a1c16d48c45c9ab123767d80d74b629308b.tar.gz
Small fixes to details
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72fc10ab9ebd..fdb6396bd76a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = i3lock-color-git
provides = i3lock
provides = i3lock-color
conflicts = i3lock
- source = git+https://github.com/raymo111/i3lock-color.git
+ source = git+https://github.com/Raymo111/i3lock-color.git
md5sums = SKIP
pkgname = i3lock-color-git
diff --git a/PKGBUILD b/PKGBUILD
index eaef4da22f21..152570390697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Brandon Clifford <brandon099 at gmail dot com>
+# Co-Maintainer: Raymo111 <aur@raymond.li>
_gitname=i3lock-color
pkgname="$_gitname-git"
@@ -12,7 +13,7 @@ depends=('xcb-util-image' 'xcb-util-xrm' 'pam' 'libev' 'cairo' 'libxkbcommon-x11
provides=('i3lock' 'i3lock-color')
conflicts=('i3lock')
makedepends=('git')
-source=("git+https://github.com/raymo111/$_gitname.git")
+source=("git+https://github.com/Raymo111/$_gitname.git")
md5sums=('SKIP')
pkgver() {
@@ -28,7 +29,6 @@ build() {
cd "${srcdir}/${_gitname}"
# https://bugs.archlinux.org/task/31544
sed -i -e 's:login:system-auth:' pam/i3lock
-
git tag -f "aur-$(git rev-parse --short HEAD)"
autoreconf -fi
./configure --prefix="/usr" --sysconfdir="/etc"