summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryantene2020-06-01 03:36:12 +0900
committeryantene2020-06-01 03:36:46 +0900
commit05bf3efdb1cbc3c04c181d3dd4db0e87f307e061 (patch)
treea7285362b2bc6260aad84e52d07e9842e39abb23 /PKGBUILD
parent82fb74b5e371e878374d8a08cdaf42ba6d70457a (diff)
downloadaur-takt.tar.gz
Fix URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 885b32482765..e1a554b5672f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: yantene <contact at yantene.net>
pkgname=takt
pkgver=0.310
-pkgrel=1
+pkgrel=2
pkgdesc="A text-based music programming language designed by Satoshi Nishimura"
arch=('x86_64')
url="http://takt.sourceforge.net/"
license=('GPL' 'LGPL')
depends=('readline' 'alsa-lib')
-source=("https://excellmedia.dl.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}-src.tar.gz")
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}-src.tar.gz")
+
md5sums=('a128a4d295e91cfcde1f1a8a17d0ed26')
build() {