summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfabrixxm2021-12-31 16:25:02 +0100
committerfabrixxm2021-12-31 16:25:02 +0100
commit900aacf8bee06277d46f46b74700a22f4ef8e149 (patch)
treea0f603344874ccaf98e9900cf7ef56cbcab4847c
parentba39bee85471ba2aef12697b9d5d0bb474f205f3 (diff)
downloadaur-900aacf8bee06277d46f46b74700a22f4ef8e149.tar.gz
small fix to pkgbuild
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 602b8060d433..130537104208 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = lesana
pkgdesc = Manage collection inventories throught yaml files
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://lesana.trueelena.org/
- arch = x86_64
- arch = aarch64
+ arch = any
license = GPL3
makedepends = python-setuptools
depends = python-dateutil
diff --git a/PKGBUILD b/PKGBUILD
index f601e26fc81c..4048f151ea6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Fabrix Xm <fabrix.xm@gmail.com>
pkgname=lesana
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Manage collection inventories throught yaml files"
-arch=('x86_64' 'aarch64')
+arch=('any')
url="https://lesana.trueelena.org/"
license=(GPL3)
depends=('python-dateutil' 'python-jinja' 'python-ruamel-yaml' 'python-xapian' 'python-gitpython')