summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2020-05-15 17:23:44 +0200
committerFabioLolix2020-05-15 17:23:44 +0200
commit6c5a5ecdb67389d36ba254a585829a8e08c4f6f3 (patch)
tree98fa85b00afd37a83883b21fe796b0baf6391aed
parentc35f8189220eb0e94b2601d948df79152f128c96 (diff)
downloadaur-6c5a5ecdb67389d36ba254a585829a8e08c4f6f3.tar.gz
correct makedeps
-rwxr-xr-x.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b843ea66115..e79baf0ef89d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = torrential-git
license = GPL2
makedepends = git
makedepends = cmake
- makedepends = vala-0.42
+ makedepends = vala0.42
depends = libgranite.so
depends = libunity
depends = libevent
diff --git a/PKGBUILD b/PKGBUILD
index beb33f1c26f4..1e8467ccb693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: Helder Bertoldo <helder.bertoldo@gmail.com>
pkgname=torrential-git
@@ -9,7 +9,7 @@ arch=(i686 x86_64)
url="https://github.com/davidmhewitt/torrential"
license=(GPL2)
depends=(libgranite.so libunity libevent libnatpmp libb64 dht miniupnpc libutp)
-makedepends=(git cmake vala-0.42)
+makedepends=(git cmake vala0.42)
provides=(torrential)
conflicts=(torrential)
source=("git+https://github.com/davidmhewitt/torrential.git"