summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-12-30 19:07:00 +0100
committerhaawda2020-12-30 19:07:00 +0100
commit7a338a5b0b20e6c79639dcfd9cc752877ec94649 (patch)
treebaa4ad8473a7e0f377c2b07b0ffe4ccdc2defdf8 /PKGBUILD
parent95b67c97ea0dc35db0f4cc33b100b9dcf8277dd9 (diff)
downloadaur-7a338a5b0b20e6c79639dcfd9cc752877ec94649.tar.gz
fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27bbea96292c..2c2db986f076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=agedu-git
-pkgver=20190629.r140.66cb14d
-pkgrel=2
+pkgver=20200704.r149.2a7d4a2
+pkgrel=1
pkgdesc="Track down wasted disk space"
arch=('i686' 'x86_64')
url="http://www.chiark.greenend.org.uk/~sgtatham/agedu/"
license=('custom:MIT')
-makedepends=('subversion' 'halibut')
+makedepends=('git' 'halibut')
depends=('glibc')
provides=('agedu')
conflicts=('agedu')