diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-10-25 13:23:22 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2019-10-25 13:23:22 -0500 |
commit | 5ac2e6a4880ed7aabf1a01304f9c071c597ba5a7 (patch) | |
tree | 352f7c9c97bb81a6b022543e45e121196e177708 /pcr/alpm_octopi_utils | |
parent | ed768dc67117a5fe8af622e9650eddd05387cda8 (diff) | |
download | abslibre-5ac2e6a4880ed7aabf1a01304f9c071c597ba5a7.tar.gz abslibre-5ac2e6a4880ed7aabf1a01304f9c071c597ba5a7.tar.bz2 abslibre-5ac2e6a4880ed7aabf1a01304f9c071c597ba5a7.zip |
alpm_octopi_utils-1.0.2-1: updating version
Diffstat (limited to 'pcr/alpm_octopi_utils')
-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" |