updated repoindex

This commit is contained in:
Martchus 2016-02-21 01:28:28 +01:00
parent 0c210caa42
commit d26b05d6df
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Martchus <martchus@gmx.net>
_reponame=repoindex
pkgname=('repoindex' 'repoindex-web')
pkgver=0.1.0
pkgver=0.1.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Provides a web interface to browse Arch Linux package repositories."

View File

@ -8,6 +8,7 @@ pkgdesc="Provides a web interface to browse Arch Linux package repositories (git
license=('GPL')
depends=('qt5-base' 'qt5-websockets' 'karchive' 'pacman' 'c++utilities')
makedepends=('cmake' 'git')
backup=("etc/${_reponame}.conf")
url="https://github.com/Martchus/${_reponame}"
options=(emptydirs)
source=("${pkgname}::git://github.com/Martchus/${_reponame}.git")