summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2021-06-05 21:11:42 -0600
committerBrian Bidulock2021-06-05 21:11:42 -0600
commite40122bcb65435518231195e93f85573c462552f (patch)
tree832d6fa6e0cc5d4fb5432990f7a3afb94a7117f8 /PKGBUILD
parent04eb32177e729c2e14eb796db20e8eff436c5619 (diff)
downloadaur-e40122bcb65435518231195e93f85573c462552f.tar.gz
update url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 586b2a4d846c..c6385c73d772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ pkgver=1.2.1
pkgrel=3.1
pkgdesc="Very simple CD/audio player application for FLTK"
arch=('i686' 'x86_64')
-url="http://home.arcor.de/szukw000/english_index.html"
+# url="http://home.arcor.de/szukw000/english_index.html"
+url="https://github.com/bbidulock/$pkgname"
license=('LGPL')
depends=('fltk' 'alsa-lib' 'sox')
makedepends=('gendesk')
# source=(http://home.arcor.de/szukw000/$pkgname-fltk13-source-$pkgver.tgz)
-source=("https://github.com/bbidulock/$pkgname/releases/download/$pkgver/$pkgname-fltk13-source-$pkgver.tgz")
+source=("$url/releases/download/$pkgver/$pkgname-fltk13-source-$pkgver.tgz")
md5sums=('1e2e1bd760a7f5ea583093537090c3ae')
prepare() {