[arch-commits] Commit in csfml/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Dec 27 11:10:22 UTC 2013


    Date: Friday, December 27, 2013 @ 12:10:21
  Author: svenstaro
Revision: 103136

upgpkg: csfml 2.1-2

Fix dep

Modified:
  csfml/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-27 09:30:44 UTC (rev 103135)
+++ PKGBUILD	2013-12-27 11:10:21 UTC (rev 103136)
@@ -3,12 +3,12 @@
 
 pkgname=csfml
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='C bindings for sfml'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'
 license=('zlib')
-depends=("sfml=${pkgver}")
+depends=("sfml")
 makedepends=('cmake' 'doxygen')
 source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz")
 md5sums=('960085220e6978c720a62b02cc4a2ec4')




More information about the arch-commits mailing list