summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25d0577e882c..2aa8c3f43b53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = scsiadd
pkgdesc = Command-line tool for hot add and hot remove SCSI devices from your Linux
pkgver = 1.97
- pkgrel = 3
+ pkgrel = 4
url = http://llg.cubic.org/tools/
arch = i686
arch = x86_64
license = GPL2
- source = http://llg.cubic.org/tools/scsiadd-1.97.tar.gz
+ source = https://llg.cubic.org/tools/scsiadd-1.97.tar.gz
md5sums = 15d3a73411540a40cb1f6d5a97749991
pkgname = scsiadd
-
diff --git a/PKGBUILD b/PKGBUILD
index 9b793d77883b..d9b1cb0f1a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Spyros Stathopoulos <foucault.online@gmail.com>
+# Maintainer: Spyros Stathopoulos <spystath@gmail.com>
# Contributor: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: Juliao Gesse Fernandes <juliao.gf *AT* gmail *DOT* com>
pkgname=scsiadd
pkgver=1.97
-pkgrel=3
+pkgrel=4
pkgdesc='Command-line tool for hot add and hot remove SCSI devices from your Linux'
arch=('i686' 'x86_64')
url='http://llg.cubic.org/tools/'
license=('GPL2')
-source=("http://llg.cubic.org/tools/$pkgname-$pkgver.tar.gz")
+source=("https://llg.cubic.org/tools/$pkgname-$pkgver.tar.gz")
md5sums=('15d3a73411540a40cb1f6d5a97749991')
build() {