diff options
author | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-09-05 01:29:30 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-09-05 01:29:30 -0300 |
commit | 178b7c2aa64b59749d8f3fb78786305eeafe8408 (patch) | |
tree | 1b0127bb2e597a8d4734ee364c78c90a0e7035be /libre/libcl-libre | |
parent | 43a790b0d70af0c52c24405e0242f77683fd412f (diff) | |
download | abslibre-178b7c2aa64b59749d8f3fb78786305eeafe8408.tar.gz abslibre-178b7c2aa64b59749d8f3fb78786305eeafe8408.tar.bz2 abslibre-178b7c2aa64b59749d8f3fb78786305eeafe8408.zip |
libcl-libre: fix package
Diffstat (limited to 'libre/libcl-libre')
-rw-r--r-- | libre/libcl-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/libcl-libre/PKGBUILD b/libre/libcl-libre/PKGBUILD index 5dd3ede01..db944a7a7 100644 --- a/libre/libcl-libre/PKGBUILD +++ b/libre/libcl-libre/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Márcio Silva <coadde@lavabit.com> pkgname=libcl-libre -true && pkgver=9.0.git20120904 +true && pkgver=9.0.git20120905 true && pkgrel=1 arch=( i686 @@ -70,7 +70,7 @@ build() { package() { depends=( gcc-libs - libdrm-git + libdrm libffi libxcb udev |