use correct dependencies and description in AUR deployments

This commit is contained in:
Abraham Toriz 2022-07-24 22:31:20 +08:00
parent 030f7acb1e
commit 458a069ce6
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
2 changed files with 6 additions and 4 deletions

View File

@ -20,11 +20,12 @@ echo "# Maintainer: Abraham Toriz <categulario at gmail dot com>
pkgname=$PROJECT_NAME-bin
pkgver=$VERSION
pkgrel=1
pkgdesc='A free-hand vector drawing application with infinite canvas'
pkgdesc='A command line time tracking application'
arch=('x86_64')
url='https://gitlab.com/categulario/tiempo-rs'
license=('GPL3')
depends=('gtk3')
depends=()
optdepends=('sqlite: for manually editing the database')
provides=('$PROJECT_NAME')
conflicts=('$PROJECT_NAME')
source=(\"https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/generic/v$VERSION/v$VERSION/$PROJECT_NAME-\${pkgver}-x86_64.tar.gz\")

View File

@ -15,11 +15,12 @@ echo "# Maintainer: Abraham Toriz <categulario at gmail dot com>
pkgname=$PROJECT_NAME-git
pkgver=$VERSION
pkgrel=1
pkgdesc='Simple Gtk drawing application'
pkgdesc='A command line time tracking application'
arch=('i686' 'x86_64')
url='https://gitlab.com/categulario/tiempo-rs'
license=('GPL3')
depends=('gtk3')
depends=()
optdepends=('sqlite: for manually editing the database')
makedepends=('cargo' 'git')
provides=('$PROJECT_NAME')
conflicts=('$PROJECT_NAME')