summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Mezger2024-01-14 01:36:47 +0100
committerBen Mezger2024-01-14 01:36:47 +0100
commit60648e062a8fceb4ff9cc7bee72878e08f9ef411 (patch)
tree01944dbd38312e071de1e1bcacbc64ac1d2948a7
parentcfcb03734c23f93e71a82dfeafeffb25fb4bb718 (diff)
downloadaur-60648e062a8fceb4ff9cc7bee72878e08f9ef411.tar.gz
improve pkgbuild
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8693601e51c..2159eb09041d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Ben Mezger <me at benmezger dot nl>
_pkgname=gitmux
pkgname=$_pkgname-git
-pkgver=r70.5479145
+pkgver=r72.b821624
pkgrel=1
pkgdesc="Git in your tmux status bar"
-arch=('x86_64')
-url="https://github.com/arl/gitmux"
+arch=('x86_64' 'i686' 'aarch64')
+Url="https://github.com/arl/gitmux"
license=('MIT')
-makedepends=('git' 'go')
-depends=('tmux')
+makedepends=('git' 'go' 'tmux')
source=('git+https://github.com/arl/gitmux.git')
md5sums=('SKIP')
-provides=($pkgname)
-conflicts=($_pkgname)
+provides=('gitmux-git')
+conflicts=('gitmux')
pkgver() {
cd "$srcdir/${_pkgname}"