summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372019-08-25 20:40:16 -0300
committerbtd13372019-08-25 20:40:16 -0300
commit989d9711f01d5d62569334d71d789f9d64fb6b9e (patch)
tree55312987230466b1461b69f269c3cc3680a84c48 /PKGBUILD
parenta106ea1b08a44223690398f4a0148556e6382576 (diff)
downloadaur-tomato-git.tar.gz
add libunity dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a0c89d1bd51..a2f02ec39192 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_gitname=tomato
_author=tomatoers
pkgname=("${_gitname}-git")
-pkgver=latest
+pkgver=r103.c9f059f
pkgrel=1
pkgdesc="A simple, usable, and efficient pomodoro app designed for Pantheon Shell"
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'granite' 'libcanberra')
+depends=('gtk3' 'granite' 'libcanberra' 'libunity')
optdepends=('')
makedepends=('cmake' 'git' 'vala')
provides=("${_gitname}")