summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Rarick2023-01-11 11:35:09 -0800
committerTyler Rarick2023-01-11 11:35:09 -0800
commit30c709cb47422e8de00c4850683e1bb2913d833f (patch)
treec3d751a5b71c8bfd0b4041ac7d662f1158087d0a
parent68ab6cb2d1382595dec940163e9e5ebd713f012e (diff)
downloadaur-30c709cb47422e8de00c4850683e1bb2913d833f.tar.gz
Updated to v3.1.0. Removed automatic pkgver generation now that tags are once again being used in the upstream repo. Removed -git suffix from pkgname.
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd05fa6b9d34..bcee345959f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rarick <tyler dot rarick at gmail dot com>
-pkgname=tmux-plugin-manager-git
-pkgver=v3.0.0.r69.gb699a7e
+pkgname=tmux-plugin-manager
+pkgver=v3.1.0
pkgrel=1
pkgdesc="tpm - Tmux Plugin Manager"
arch=('any')
@@ -11,14 +11,9 @@ license=('MIT')
makedepends=('git')
depends=('tmux>=1.9' 'bash')
install=$pkgname.install
-source=("git+$url.git")
+source=("git+$url.git#tag=$pkgver")
sha256sums=('SKIP')
-pkgver() {
- cd $_repo
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
package() {
echo " -> Installing tpm..."
install -dDm 755 "$pkgdir/usr/share/$pkgname"