diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-03-08 04:16:35 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-03-08 04:16:35 -0200 |
commit | 13418ddfee36b7260ca11870df7611ad26f01aff (patch) | |
tree | 9f7dfd213c1beb147fd65cb4e29c9b124c13b57b /pcr/aqsis | |
parent | 1204ece8cf4d8a7df35b48879b7537457e3b5ed0 (diff) | |
download | abslibre-13418ddfee36b7260ca11870df7611ad26f01aff.tar.gz abslibre-13418ddfee36b7260ca11870df7611ad26f01aff.tar.bz2 abslibre-13418ddfee36b7260ca11870df7611ad26f01aff.zip |
aqsis: fixing typo
Diffstat (limited to 'pcr/aqsis')
-rw-r--r-- | pcr/aqsis/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/aqsis/PKGBUILD b/pcr/aqsis/PKGBUILD index 7739e5330..8945d0adb 100644 --- a/pcr/aqsis/PKGBUILD +++ b/pcr/aqsis/PKGBUILD @@ -31,9 +31,9 @@ makedepends=( mesa qt4 ) -options='!libtool' +options=('!libtool') install=$pkgname.install -source=http://downloads.sourceforge.net/project/$pkgname/$pkgname-source/$pkgver/$pkgname-$pkgver.tar.gz +source="http://downloads.sourceforge.net/project/$pkgname/$pkgname-source/$pkgver/$pkgname-$pkgver.tar.gz" md5sums='399967e99f12cfbd1a7385c4e1d39c3b' build() { |