summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hinshaw2020-07-18 21:21:19 -0400
committerCorey Hinshaw2020-07-18 21:21:19 -0400
commit57c293872645a0908f5e6c4f97b69b923055e40f (patch)
tree05579082ea858e6cdd01e1523df68b3c84593110
parente617512ecec1869b0c6e2af00bd06c71c9e1064c (diff)
downloadaur-57c293872645a0908f5e6c4f97b69b923055e40f.tar.gz
Remove x86 restriction
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 535fd0dd25e4..354d84f9cd55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = caffeinated
pkgdesc = Simple logind and Wayland idle inhibitor
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/electrickite/caffeinated
- arch = x86_64
+ arch = any
license = MIT
depends = libbsd
depends = systemd
diff --git a/.gitignore b/.gitignore
index 0cced017d91a..9fae8a7b4224 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.xz
*.tar.gz
+*.tar.zst
/pkg
/src
diff --git a/PKGBUILD b/PKGBUILD
index 4597167f22ab..e2819ea99c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=caffeinated
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Simple logind and Wayland idle inhibitor"
-arch=("x86_64")
+arch=("any")
url="https://github.com/electrickite/${pkgname}"
license=("MIT")
depends=("libbsd" "systemd" "wayland" "wayland-protocols")