summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOSAMC2022-12-06 12:08:43 +0000
committerChristopher Arndt2022-12-06 12:08:43 +0000
commit749313b0a4b1014261c7f5d77ca8e1994656bc48 (patch)
treead0cce9c62da3a646e8c213ede11bbeb9ec587ff /PKGBUILD
parentefddb8b34e7ce2b967dcfb49b2cf257992c06b19 (diff)
downloadaur-abcpp.tar.gz
fix: usee HTTPS for abcpp homepage URL (#165)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7078f007c01..f689dba7ad3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=abcpp
pkgver=1.4.6
-pkgrel=3
+pkgrel=4
pkgdesc='A preprocessor designed for, but not limited to, ABC music files'
-url='http://abcplus.sourceforge.net'
+url='https://abcplus.sourceforge.net/#abcpp'
license=(GPL2)
arch=(aarch64 x86_64)
depends=(glibc)