summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Koškár2019-10-25 21:49:39 +0200
committerMiroslav Koškár2019-10-25 21:49:39 +0200
commit38e96562d4f71ada0b1f8f81db5742808899f3cb (patch)
tree3b621a99b0e70b5bbf01c7a1a5f3bb5d380f9e64
parent52ba6bf58add104f6437e4ba8ac83bd7665057a5 (diff)
downloadaur-38e96562d4f71ada0b1f8f81db5742808899f3cb.tar.gz
Cosmetic
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d27e1fa9d9b5..1ea0004ffc38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=libxinerama-randr-git
pkgver=1.1.4.r3.g55d1524
pkgrel=1
pkgdesc='Fork of libXinerama using RANDR for it to work in Zaphod mode'
-url='https://github.com/mkoskar/libxinerama-randr'
+url=https://github.com/mkoskar/libxinerama-randr
license=(custom)
arch=(x86_64)
@@ -15,12 +15,13 @@ provides=(libxinerama)
conflicts=(libxinerama)
makedepends=(xorg-util-macros)
-source=("git+https://github.com/mkoskar/$_basename.git")
+source=(git+https://github.com/mkoskar/"$_basename".git)
sha256sums=(SKIP)
pkgver() {
cd "$_basename"
- git describe --long --tags | sed 's/libXinerama-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags |
+ sed 's/libXinerama-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {