summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhoton892020-06-26 15:24:05 +0200
committerPhoton892020-06-26 15:24:05 +0200
commitec9fe2e13da487c06e52bd44da87addb5fc00c5f (patch)
treeff9348379ed355302e0e564525ebe85163316074 /PKGBUILD
parent08d0f8e00b83a3f96c71b2bf863500c45ad21db6 (diff)
downloadaur-perl-gtk2-appindicator.tar.gz
Removed unnecessary sha1sums check
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26fccefac57f..713b8aa8ed86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,8 @@ arch=('i686' 'x86_64')
url="https://metacpan.org/pod/distribution/Gtk2-AppIndicator/lib/Gtk2/AppIndicator.pm"
license=('PerlArtistic')
depends=('libappindicator-gtk2' 'gtk2-perl')
-source=(https://cpan.metacpan.org/authors/id/O/OE/OESTERHOL/Gtk2-AppIndicator-${pkgver}.tar.gz)
+source=("https://cpan.metacpan.org/authors/id/O/OE/OESTERHOL/Gtk2-AppIndicator-${pkgver}.tar.gz")
md5sums=('a90db45394d50d4b2656cfb292710265')
-sha1sums=('8a63d442a7bcb31a832363d06b6ac185a7852566')
build() {
cd "$srcdir/Gtk2-AppIndicator-${pkgver}"