summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9c32bf71d39..b572aa583cae 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=dff2dsf
_debpkgver=1.2.2
pkgver=$_debpkgver
-pkgrel=1
+pkgrel=2
pkgdesc="Signalyst DFF to DSF command line conversion utility"
arch=('x86_64')
-url="http://www.signalyst.com/professional.html"
+url="https://www.signalyst.com/professional.html"
license=('custom')
depends=('glibc' 'gcc-libs')
-source=('http://www.signalyst.com/binx/dff2dsf-122.zip')
+source=('https://www.signalyst.com/binx/dff2dsf-122.zip')
sha256sums=('77ae7297ee1a6efe72014c7ebfd68033be40fae0246e10fc35eb7a252dd1f685')
package() {
@@ -17,4 +17,4 @@ package() {
bsdtar -xf dff2dsf-122.zip -C "$srcdir"
install -Dm755 "$srcdir/linux-x64/dff2dsf" "$pkgdir/usr/bin/dff2dsf"
install -Dm644 "$srcdir/license.txt" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-} \ No newline at end of file
+}