summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2020-11-01 03:41:39 +0100
committerMichal Wojdyla2020-11-01 03:41:39 +0100
commit53b121e3aaaa8244fe67a2bed8395b717b0381b7 (patch)
treef255d777f1247e8a06733a513edd43cbb9a26662 /PKGBUILD
parentec7d0a9460b6bf8f8a01d5f8196c496273e8ab40 (diff)
downloadaur-53b121e3aaaa8244fe67a2bed8395b717b0381b7.tar.gz
update depends and https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc9ee1434279..f3032271d6aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,11 @@ pkgver=2.13
pkgrel=2
pkgdesc="Unix Amiga Delitracker Emulator"
arch=('i686' 'x86_64')
-url="http://zakalwe.fi/uade"
+url="https://zakalwe.fi/uade"
license=('GPL')
-depends=('libao' 'fuse')
-makedepends=('pkg-config')
+depends=('libao' 'fuse2')
install=uade.install
-source=("http://zakalwe.fi/uade/uade2/$pkgname-$pkgver.tar.bz2")
+source=("https://zakalwe.fi/uade/uade2/$pkgname-$pkgver.tar.bz2")
md5sums=('29bb1018b7fa58f93b246264c160bdc6')
build() {