diff options
-rw-r--r-- | pcr/alpm_octopi_utils/PKGBUILD | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/pcr/alpm_octopi_utils/PKGBUILD b/pcr/alpm_octopi_utils/PKGBUILD index b8d4ed138..97ca9a563 100644 --- a/pcr/alpm_octopi_utils/PKGBUILD +++ b/pcr/alpm_octopi_utils/PKGBUILD @@ -1,19 +1,21 @@ -# Maintainer (AUR): Stephan Springer <buzo+arch@Lini.de> +# Maintainer (AUR): MatMoul <matmoul@gmail.com> +# Contributor (AUR): Stephan Springer <buzo+arch@Lini.de> # Contributor (AUR): kikadf <kikadf.01@gmail.com> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=alpm_octopi_utils -pkgver=1.0.0 -_commit=7f3a6c7e0e46bf9acb54af472f4fe45ab632d58c -pkgrel=2 +pkgver=1.0.2 +_commit=bd9fcd5fc5de8e8e800fbdf553249c95f1300356 +pkgrel=1 pkgdesc="Alpm utils for Octopi" url="https://octopiproject.wordpress.com/" arch=('i686' 'x86_64') arch+=('armv7h') license=('GPL3') -depends=('pacman') +depends=('pacman-contrib') makedepends=('vala') -source=("https://github.com/aarnt/${pkgname}/archive/${_commit}.zip") -sha256sums=('1be08455e2845fc03f4e4f3010e11c6946fb6dae7d0d9807c7ac5349dda04ba6') +source=("https://github.com/aarnt/${pkgname}/archive/${_commit}.tar.gz") +sha256sums=('6af796743349f04127b4e168b03afef510d1b869c8116718c4cc26059ef6d19b') build() { cd "$pkgname-$_commit" |