summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2024-05-18 20:26:55 +0200
committerMichal Wojdyla2024-05-18 20:26:55 +0200
commit23ebca87ed2278e95f72fe2270e6f25bf728aae6 (patch)
tree6f5f4cc446e633756749eefac55fee814e32900b /PKGBUILD
parent7d3bf550505c9648e4c26e6c808b3f23c143bd8d (diff)
downloadaur-23ebca87ed2278e95f72fe2270e6f25bf728aae6.tar.gz
fix upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd14dd714432..ece8cb2928bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Alexandre Courbot <gnurou@gmail.com>
# Contributor: Michal Hybner <dta081@gmail.com>
pkgname=libkarma
@@ -5,7 +6,7 @@ pkgver=0.1.2
pkgrel=1
pkgdesc="Network access library for the Rio Karma"
arch=(i686 x86_64)
-url="http://www.freakysoft.de/html/libkarma/"
+url="http://www.freakysoft.de/libkarma/"
license=('GPL')
depends=('libusb-compat' 'taglib')
source=(http://www.freakysoft.de/libkarma/libkarma-${pkgver}.tar.gz)