summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordec05eba2020-09-15 18:39:27 +0200
committerdec05eba2020-09-15 18:39:27 +0200
commit8b0d1b47aa448de1bc0e789d7061129ccd63ad34 (patch)
tree57e3ead89df2e87e6d051da9d81957c9b7a07d57
parent02e293e6e253494d62d85833c6d39d744e8e4069 (diff)
downloadaur-8b0d1b47aa448de1bc0e789d7061129ccd63ad34.tar.gz
Specify correct arch now that its written in C
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f09ae288c6e..ae148157a22c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = automedia-git
pkgdesc = Automatically track new releases of media and download them. Supports torrents using rss (nyaa.si) and manga sites using html.
pkgver = r108.836eda9
- pkgrel = 2
+ pkgrel = 3
url = https://git.dec05eba.com/AutoMedia
- arch = any
+ arch = x86_64
license = GPL3
makedepends = git
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index a7d20b1c5a34..2c7a5755dd28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=automedia-git
pkgver=r108.836eda9
-pkgrel=2
+pkgrel=3
pkgdesc='Automatically track new releases of media and download them. Supports torrents using rss (nyaa.si) and manga sites using html.'
-arch=('any')
+arch=('x86_64')
url="https://git.dec05eba.com/AutoMedia"
license=('GPL3')
makedepends=('git')