summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-01-18 08:54:23 +0100
committerhaawda2018-01-18 08:54:23 +0100
commit989587bec4b4cf3742110e3da728105fe737bcfd (patch)
tree44b17fe5347bcdb62d2b5988b4ccc0f6d1c0737d
parentb901876df78fe58c3ca0277fe1c2157b2daba739 (diff)
downloadaur-989587bec4b4cf3742110e3da728105fe737bcfd.tar.gz
adopted, small changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6041726a897f..e95d9dda9235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfe
pkgdesc = X File Explorer (Xfe) is an MS-Explorer like file manager for X.
pkgver = 1.42
- pkgrel = 1
+ pkgrel = 2
url = http://roland65.free.fr/xfe
arch = x86_64
license = GPL
@@ -10,7 +10,7 @@ pkgbase = xfe
depends = fox<1:1.7
depends = freetype2
source = https://downloads.sourceforge.net/sourceforge/xfe/xfe-1.42.tar.gz
- md5sums = 34326f185070db02e7419f85f7967cdf
+ sha256sums = a1e3e892584988c80b3a492f7b3cb78e1ee84d7148e6d1fc9d6054bbd8063bec
pkgname = xfe
diff --git a/PKGBUILD b/PKGBUILD
index ca0c033cd710..8cbc82e5e927 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 276082 2017-12-26 02:22:10Z eschwartz $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Eric Belanger <belanger@astro.umontreal.ca>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Eric Belanger <belanger@astro.umontreal.ca>
# Contributor: Ravi Desai <ravster3@hotmail.com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=xfe
pkgver=1.42
-pkgrel=1
+pkgrel=2
pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
arch=('x86_64')
url="http://roland65.free.fr/xfe"
@@ -13,10 +13,10 @@ license=("GPL")
depends=('fox>=1:1.6' 'fox<1:1.7' 'freetype2')
makedepends=('intltool')
source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('34326f185070db02e7419f85f7967cdf')
+sha256sums=('a1e3e892584988c80b3a492f7b3cb78e1ee84d7148e6d1fc9d6054bbd8063bec')
build() {
- cd "$srcdir"/$pkgname-$pkgver
+ cd $pkgname-$pkgver
export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
aclocal
automake --add-missing
@@ -26,6 +26,6 @@ build() {
}
package() {
- cd "$srcdir"/$pkgname-$pkgver
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}