summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVolker Schatz2020-12-27 16:49:17 +0100
committerVolker Schatz2020-12-27 17:21:19 +0100
commit52b38375e876cf40a5082f9d17b4e4ab47fcf2c5 (patch)
tree0dccbc1998e662dfbaa0c0ae3b24aa71e03b74b5 /PKGBUILD
parent66376548baca0255b079f238767bc32cc47a0aa5 (diff)
downloadaur-alsacap.tar.gz
Fixed MD5 sum and changed URLs to HTTPS
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69e75af8b87d..2a099724680d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Volker Schatz <arch@my-name-without-hyphen.com>
pkgname=alsacap
pkgver=0
-pkgrel=1
+pkgrel=2
pkgdesc="ALSA device capability lister"
depends=('alsa-lib')
arch=('i686' 'x86_64')
license=('custom:ISC')
-url="http://www.volkerschatz.com/noise/alsa.html#alsacap"
-source=("http://www.volkerschatz.com/noise/$pkgname.tgz")
-md5sums=('19642bdffd4666caa53344271aa585e9')
+url="https://www.volkerschatz.com/noise/alsa.html#alsacap"
+source=("https://www.volkerschatz.com/noise/$pkgname.tgz")
+md5sums=('7cfdec57e70a885d2a56e1364dfc80ba')
build() {
cd "$srcdir/$pkgname"