summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorj.r2020-07-27 14:27:06 +0200
committerj.r2020-07-27 14:27:06 +0200
commit0e33fcf5029d7f7c722238b6a48453514dd9aef1 (patch)
treea5ade79bc230002b70e07321d40d297ca050f8ae
parent5e747695163188ef909b2b47e782ea389558c7f3 (diff)
downloadaur-0e33fcf5029d7f7c722238b6a48453514dd9aef1.tar.gz
Change to architecture independent package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aa521fa405b..b4410ac2863e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = ceb2txt-git
pkgdesc = A small tool that can convert ceb (Conversations Encrypted Backup) files to simple plain text.
- pkgver = r7.865aea9
+ pkgver = r13.386c53c
pkgrel = 1
url = https://github.com/inputmice/ceb2txt
- arch = i686
- arch = x86_64
+ arch = any
license = Apache
makedepends = git
makedepends = java-environment
diff --git a/PKGBUILD b/PKGBUILD
index b7cec07b1a1a..42500102bc0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: j.r <j.r@jugendhacker.de>
_pkgname=ceb2txt
pkgname=$_pkgname-git
-pkgver=r7.865aea9
+pkgver=r13.386c53c
pkgrel=1
pkgdesc='A small tool that can convert ceb (Conversations Encrypted Backup) files to simple plain text.'
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/inputmice/ceb2txt"
license=('Apache')
depends=('java-runtime')