Date: Friday, January 7, 2022 @ 10:33:17
  Author: eworm
Revision: 433743

cleanup

Modified:
  feh/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-06 22:34:27 UTC (rev 433742)
+++ PKGBUILD    2022-01-07 10:33:17 UTC (rev 433743)
@@ -10,7 +10,7 @@
 url='https://feh.finalrewind.org/'
 license=('custom:MIT')
 arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+depends=('imlib2' 'curl' 'libexif' 'libxinerama')
 optdepends=('imagemagick: support more file formats'
             'jpegexiforient: set exif rotation tag')
 makedepends=('libxt')
@@ -21,11 +21,15 @@
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
-       make PREFIX=/usr help=1 exif=1 stat64=1 inotify=1
+       make PREFIX=/usr \
+               exif=1 \
+               help=1 \
+               inotify=1 \
+               stat64=1
 }
 
 package() {
        cd "${srcdir}/${pkgname}-${pkgver}"
        make PREFIX=/usr DESTDIR="${pkgdir}" install
-       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+       install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Reply via email to