summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Hamilton2015-09-28 08:26:42 -0400
committerMatt Hamilton2015-09-28 08:26:42 -0400
commit41312169b62aaf08c4e2b533b81ad7568d1c0f61 (patch)
treee2c8b07c01823d34d0e5fab918c1253525c405a1
parent842efc29285a48f8542c28bdf6504ec1f7842cc0 (diff)
downloadaur-41312169b62aaf08c4e2b533b81ad7568d1c0f61.tar.gz
change from semi-abandoned repo to active fork
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24ea438a41b4..e80c157c3ca6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = prezto-git
pkgdesc = Prezto is the configuration framework for Zsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes.
- pkgver = r1490.02c5f77
+ pkgver = r1523.9dffc39
pkgrel = 1
- url = https://github.com/sorin-ionescu/prezto/
+ url = https://github.com/Eriner/prezto
install = install
arch = any
license = MIT
@@ -15,10 +15,10 @@ pkgbase = prezto-git
backup = etc/zsh/zpreztorc
backup = etc/zsh/zshenv
backup = etc/zsh/zshrc
- source = git://github.com/sorin-ionescu/prezto.git
+ source = git://github.com/Eriner/prezto.git
source = install
md5sums = SKIP
- md5sums = 32c84ec04a6fa7bde49da86aec822906
+ md5sums = 95664ce383e88798a4047305dfd44220
pkgname = prezto-git
diff --git a/PKGBUILD b/PKGBUILD
index 9dac33d2ca8e..07af26ebf0da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Eriner <M@tthamilton.com>
pkgrel=1
-pkgver=r1490.02c5f77
+pkgver=r1523.9dffc39
pkgname=prezto-git
pkgdesc="Prezto is the configuration framework for Zsh; it enriches the command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes."
-url="https://github.com/sorin-ionescu/prezto/"
+url="https://github.com/Eriner/prezto"
arch=('any')
license=('MIT')
depends=('zsh>=4.3.17')
makedepends=('git' 'coreutils' 'sed')
-source=('git://github.com/sorin-ionescu/prezto.git' 'install')
+source=('git://github.com/Eriner/prezto.git' 'install')
install='install'
md5sums=('SKIP' '95664ce383e88798a4047305dfd44220')
_gitname='prezto'