summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2023-05-01 11:07:35 +0200
committerKrzysztof AS (3ED)2023-05-01 11:07:35 +0200
commitb570ab0b6e8bbd2585a044087421cae5c0c1903e (patch)
treee40dc365acaf7eca3563c4fff677277327b82c60 /PKGBUILD
parentb2b772d9b6dfc1d18b562e918fc1f67882c08693 (diff)
downloadaur-perl-gtk4.tar.gz
small fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a7caa9d83fa..118ca14f7287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgrel=1
url="https://gitlab.gnome.org/World/Perl/perl-gtk4/"
license=('LGPL')
pkgdesc="Perl interface to the 4.x series of the GTK+ toolkit"
-arch=('i686' 'x86_64')
+arch=('any')
depends=('gtk4' 'perl-cairo-gobject' 'perl-glib-object-introspection')
makedepends=('perl-dist-zilla' 'perl-dist-zilla-plugin-git')
source=(
- perl-gtk4::git+https://gitlab.gnome.org/World/Perl/perl-gtk4/
+ ${pkgname}::git+https://gitlab.gnome.org/World/Perl/perl-gtk4/
)
sha512sums=('SKIP')