diff options
author | Willem Mulder | 2015-12-06 19:56:25 +0100 |
---|---|---|
committer | Willem Mulder | 2015-12-06 19:56:25 +0100 |
commit | 2f9e4b0997fc46ea0778f1de67270224aac2bbf8 (patch) | |
tree | 0ebbc3087635e4ae78a29035594349e437d0a9b5 | |
parent | 0bbeae461af8fb76339b84f495fb5f78e7ab9c5c (diff) | |
download | aur-2f9e4b0997fc46ea0778f1de67270224aac2bbf8.tar.gz |
Release version 2.0.1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 12 insertions, 12 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sun Dec 6 16:27:27 UTC 2015 +# Sun Dec 6 18:56:05 UTC 2015 pkgbase = argon pkgdesc = the noble lightweight GUI package manager + update notifier (with full AUR support) - pkgver = 2.0 - pkgrel = 3 + pkgver = 2.0.1 + pkgrel = 1 url = https://github.com/14mRh4X0r/arch-argon arch = any license = GPL @@ -15,8 +15,8 @@ pkgbase = argon depends = python-gobject depends = gtk3 depends = vte3 - source = https://arch-argon.googlecode.com/git/tarballs/argon-2.0.tar.gz - md5sums = 90bae83ce06d2124a169a8ed3b4db8cf + source = https://github.com/14mRh4X0r/arch-argon/releases/download/v2.0.1/argon-2.0.1.tar.xz + sha512sums = 8c00f02ba8ced4835899d49e8f3466fca88572b91bc52f333f41c5d9a9b97fa8df2d77aab053c7e632c540a6ddad7424d708302c82dc1cc2d52d8b2dda37afdf pkgname = argon @@ -1,17 +1,17 @@ # Maintainer: Willem Mulder <14mRh4X0r@gmail.com> pkgname=argon -pkgver=2.0 -pkgrel=3 +pkgver=2.0.1 +pkgrel=1 pkgdesc="the noble lightweight GUI package manager + update notifier (with full AUR support)" -url="http://code.google.com/p/arch-argon/" +url="https://github.com/14mRh4X0r/arch-argon" license=('GPL') arch=('any') depends=(bash cower pacaur libnotify python python-gobject gtk3 vte3) -source=(http://arch-argon.googlecode.com/git/tarballs/argon-2.0.tar.gz) +source=("https://github.com/14mRh4X0r/arch-argon/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz") +sha512sums=('8c00f02ba8ced4835899d49e8f3466fca88572b91bc52f333f41c5d9a9b97fa8df2d77aab053c7e632c540a6ddad7424d708302c82dc1cc2d52d8b2dda37afdf') package() { -cd ${srcdir}/${pkgname}-${pkgver} -make DESTDIR="$pkgdir/" install + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR="$pkgdir/" install } -md5sums=('90bae83ce06d2124a169a8ed3b4db8cf') |