diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000000000000000000000000000000000000..d90e6144ab2ba3bc9604254ee855d2b89398a144
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = perl-shell-command
+	pkgdesc = Perl module providing cross-platform functions emulating common shell commands
+	pkgver = 0.06
+	pkgrel = 6
+	url = https://metacpan.org/release/Shell-Command
+	arch = any
+	license = GPL
+	license = PerlArtistic
+	depends = perl
+	options = !emptydirs
+	source = http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Shell-Command-0.06.tar.gz
+	sha256sums = f3e4deef577944be46fa7af5ac118ac2828911788b01bc76a74495355616ecd1
+
+pkgname = perl-shell-command
diff --git a/PKGBUILD b/PKGBUILD
index 37f84b4654e50361e65871bc99fa2a75e229ed4c..ba8b7dc254db51294e27ed202909741e08e5d3da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 _cpan=Shell-Command
 pkgname=perl-${_cpan,,}
 pkgver=0.06
-pkgrel=5
+pkgrel=6
 pkgdesc='Perl module providing cross-platform functions emulating common shell commands'
 arch=(any)
 url="https://metacpan.org/release/$_cpan"