summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892023-08-09 11:07:32 +0200
committerPhoton892023-08-09 11:07:32 +0200
commit2d85f7e8f97d59a1c48e9cab852b20fbcd97cb79 (patch)
tree7494c8a58cdfec305f255e427f9ad7bebdf219d8
parent1c5b61aea03479fa4555d4d25bb684b7205843d8 (diff)
downloadaur-2d85f7e8f97d59a1c48e9cab852b20fbcd97cb79.tar.gz
Fixed arch info in silent update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7f22e74ab52..dba8166866ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = xournalpp-plugin-functionplotter-git
pkgver = r5070.2d42e1c7
pkgrel = 1
url = https://github.com/xournalpp/xournalpp/pull/3811
- arch = i686
- arch = x86_64
+ arch = any
license = GPL2
makedepends = git
depends = lua-lgi
diff --git a/PKGBUILD b/PKGBUILD
index 8b0803b4a725..5a9d006154bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=plotter
pkgver=r5070.2d42e1c7
pkgrel=1
pkgdesc='Basic function plotter plugin for Xournal++ using the recent Lua API extension'
-arch=('i686' 'x86_64')
+arch=('any')
license=('GPL2')
url='https://github.com/xournalpp/xournalpp/pull/3811'
depends=('lua-lgi' 'xournalpp')