diff options
-rw-r--r-- | pcr/xdgmenumaker/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/xdgmenumaker/PKGBUILD b/pcr/xdgmenumaker/PKGBUILD index f703c2c3f..2de7b75ff 100644 --- a/pcr/xdgmenumaker/PKGBUILD +++ b/pcr/xdgmenumaker/PKGBUILD @@ -11,7 +11,7 @@ arch=('any') license=('GPLv3') depends=('pygtk' 'pygobject-devel' 'gobject-introspection' 'python-gobject' 'python-xdg') optdepends=('txt2tags: for manpages') -source="https://github.com/gapan/${pkgname}/archive/${pkgver}.tar.gz" +source=("https://github.com/gapan/${pkgname}/archive/${pkgver}.tar.gz") sha512sums=('802a11cafefc3ab8e411685da04a9687b33b57efe67a93b42de43d95039489dca5fe110d6642995b241d382e1b2ee65e06a0bd548ae31ed5d1aeb243dd96c645') build() { |