summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-05-08 13:59:04 -0500
committerLuis Martinez2021-05-08 13:59:04 -0500
commitaea8ca6785644daa571ef4ca69d4479905cfa107 (patch)
tree4deea6cff1ccc9ee5dfda2175d9f5bda316a9c26
parentdca7105c7cd8225cbb6ca1b77838b4679782a94b (diff)
downloadaur-aea8ca6785644daa571ef4ca69d4479905cfa107.tar.gz
small changes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da5c588b177a..fe6be347056a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = zpm-git
pkgdesc = A plugin manager for zsh
- pkgver = r1153.a9c89bc
+ pkgver = r1156.0f562f8
pkgrel = 2
- url = https://github.com/horosgrisa/zpm
+ url = https://github.com/zpm-zsh/zpm
install = zpm-git.install
arch = any
license = LGPL3
@@ -10,7 +10,7 @@ pkgbase = zpm-git
depends = zsh
optdepends = parallel: Parallel execution
optdepends = rush: Parallel execution
- source = zpm-git::git+https://github.com/horosgrisa/zpm
+ source = zpm-git::git+https://github.com/zpm-zsh/zpm
sha256sums = SKIP
pkgname = zpm-git
diff --git a/PKGBUILD b/PKGBUILD
index 6ba8b46fb089..2ad6affa3695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Luis Martinez <luis dot martinez at tuta dot io>
-# Contributor: Grigorii Horos <horosgrisa@gmail.com>
+# Contributor: Grigorii Horos <grigorii dot horos at gmail dot com>
+
pkgname=zpm-git
-pkgver=r1153.a9c89bc
+pkgver=r1156.0f562f8
pkgrel=2
pkgdesc="A plugin manager for zsh"
arch=('any')
-url="https://github.com/horosgrisa/zpm"
+url="https://github.com/zpm-zsh/zpm"
license=('LGPL3')
depends=('zsh')
optdepends=('parallel: Parallel execution'