summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph Fox-Rabinovitz2015-09-19 09:50:38 -0400
committerJoseph Fox-Rabinovitz2015-09-19 09:50:38 -0400
commit6c628375b5453457add9b98db7c42f15b58dc888 (patch)
tree6e04a68857b59d56b401f041e0392f6c2c9ace28 /PKGBUILD
parented109891d0a53881850176e9227b99ad4877ca24 (diff)
downloadaur-6c628375b5453457add9b98db7c42f15b58dc888.tar.gz
Changed maintainers, checksum type
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cac4be0eb409..1f7c192b8d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
+# Maintainter: MadPyhsicist <jfoxrabinovitz at gmail dot com>
+# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
_gemname=grit
pkgname=ruby-$_gemname
pkgver=2.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Ruby Git bindings.'
arch=(any)
url='http://github.com/mojombo/grit'
@@ -13,7 +14,7 @@ depends=(ruby ruby-posix-spawn ruby-mime-types-1 ruby-diff-lcs)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('0581087581cd522a697616b835b4d57f90a90ca6')
+sha256sums=('0f6ec625d098706183d7f92f06fd8b44f1271084cff308bbee53cf1b1c5391c8')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"