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

Antonio Rojas arojas at archlinux.org
Sat Nov 11 11:52:33 UTC 2017


    Date: Saturday, November 11, 2017 @ 11:52:31
  Author: arojas
Revision: 309514

Remove unneeded patch

Modified:
  lensfun/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-11 11:52:13 UTC (rev 309513)
+++ PKGBUILD	2017-11-11 11:52:31 UTC (rev 309514)
@@ -3,7 +3,7 @@
 
 pkgname=lensfun
 pkgver=0.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
 arch=(i686 x86_64)
 url="https://lensfun.sourceforge.net"
@@ -12,17 +12,14 @@
 makedepends=('python' 'libpng' 'doxygen' 'cmake')
 optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
 source=("https://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        lensfun-fix-python-install-dir.patch lensfun-crash-destructor.patch)
+        lensfun-fix-python-install-dir.patch)
 sha256sums=('ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331'
-            '11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654'
-            'ee09a0f781f7ba502c5b904ad54fb10bb655b85a1ac49274f1dd7bfee1e4aabf')
+            '11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654')
 
 prepare() {
     cd $pkgname-$pkgver
   # Fix python module install path
     patch -p1 -i ../lensfun-fix-python-install-dir.patch
-  # Fix crash on lfModifier destructor https://sourceforge.net/p/lensfun/mailman/message/35956131/
-    patch -p1 -i ../lensfun-crash-destructor.patch
 }
 
 build() {



More information about the arch-commits mailing list