diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-08 19:11:52 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-08 19:11:52 +0100 |
commit | 38e908f7db3ac669232c032a954b4ccb3f8df19e (patch) | |
tree | e02ab9a6daf05a268335782d48c75fdbd25088b3 /pcr | |
parent | 26f2c793610767a3010f2bac15a853dab8208687 (diff) | |
download | abslibre-38e908f7db3ac669232c032a954b4ccb3f8df19e.tar.gz abslibre-38e908f7db3ac669232c032a954b4ccb3f8df19e.tar.bz2 abslibre-38e908f7db3ac669232c032a954b4ccb3f8df19e.zip |
pcr/video_entropyd: added x86_64 to arch
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/video_entropyd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/video_entropyd/PKGBUILD b/pcr/video_entropyd/PKGBUILD index e096aabdd..4503f7e8f 100644 --- a/pcr/video_entropyd/PKGBUILD +++ b/pcr/video_entropyd/PKGBUILD @@ -3,7 +3,7 @@ pkgname=video_entropyd pkgver=2.0 pkgrel=1 pkgdesc="Feeds the /dev/random device with entropy-data read from a video device" -arch=('i686') +arch=('i686' 'x86_64') url="http://vanheusden.com/ved/" license=('GPL2') groups=('entropy') |