summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoli1112022-05-04 11:14:36 +0200
committerzoli1112022-05-04 11:14:36 +0200
commit52c9a4aec61b583a3561c29f1f6878dc9dce222d (patch)
tree71c5ae33b22b74ee89beb3085882045cc0d5fc1d
parentdb43525920afecf1c469846fdbb5dc3a4382dd48 (diff)
downloadaur-52c9a4aec61b583a3561c29f1f6878dc9dce222d.tar.gz
Add vala to makedepends, enable downloading the git package through https
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e20713d1946b..83da298bc768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Brodie Robertson <brodierobertsonbusiness at gmail dot com>
+# Maintainer: Ács Zoltán <acszoltan111 at gmail dot com>
+# Contributor: Brodie Robertson <brodierobertsonbusiness at gmail dot com>
# Contributor: Lennard Hofmann <lennard dot hofmann at web dot de>
pkgname='tiramisu-git'
_pkgname='tiramisu'
-pkgver=r59.3b30a0f
-pkgrel=2
+pkgver=r159.55cec2d
+pkgrel=1
pkgdesc="Desktop notifications, the UNIX way"
-makedepends=("git")
+makedepends=("vala")
arch=('x86_64')
url="https://github.com/Sweets/tiramisu"
license=('MIT')
depends=('glib2')
-source=('tiramisu::git://github.com/Sweets/tiramisu.git')
+source=('tiramisu::git+https://github.com/Sweets/tiramisu.git')
md5sums=('SKIP')
pkgver() {