summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrederik2015-09-14 23:22:14 +0200
committerfrederik2015-09-14 23:22:14 +0200
commit85bf0d0e9c819f5beca87a24f06eb835455063d1 (patch)
tree7c11df719ba2d5440a04ddc95dcce2f0fceeaf9b
parent075157e5a88264176d2f7c52400c9bc99f368c6b (diff)
downloadaur-85bf0d0e9c819f5beca87a24f06eb835455063d1.tar.gz
replace arch=any with explicit architectures
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 610d11904b51..1596aab688de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Frederik Schwan <frederik dot schwan at linux dot com>
pkgname=duperemove-git
-pkgver=344.976b3ee
+pkgver=346.87046ec
pkgrel=1
pkgdesc="Btrfs extent deduplication utility"
-arch=('any')
+arch=('x86_64' 'i686')
url="https://github.com/markfasheh/duperemove"
license=('GPL')
depends=('glib2' 'sqlite')
makedepends=('git')
conflicts=('duperemove')
source=("$pkgname"::'git://github.com/markfasheh/duperemove.git#branch=master')
-md5sums=( 'SKIP' )
+md5sums=('SKIP')
pkgver() {
cd ${pkgname}