diff --git a/gist/PKGBUILD b/gist/PKGBUILD index d2bb6dd4c..6be2be68e 100644 --- a/gist/PKGBUILD +++ b/gist/PKGBUILD @@ -1,5 +1,5 @@ pkgname=gist -pkgver=4.4.2 +pkgver=4.5.0 pkgrel=1 pkgdesc="Provides a gist command to use from the terminal to upload content to https://gist.github.com/." arch=('x86_64') @@ -9,7 +9,7 @@ depends=('ruby') optdepends=("xclip: put pasted gist's url into X selection automagically" "xsel: put pasted gist's url into X selection automagically") source=("https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz") -md5sums=('8ba23ef75c9650ea03557ae8eaf20b20') +md5sums=('e11782589936c011ea5e40bc8ca62533') package() { cd "${srcdir}/${pkgname}-${pkgver}"