summaryrefslogtreecommitdiffstats
path: root/xdg-utils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xdg-utils/Pkgfile')
-rwxr-xr-xxdg-utils/Pkgfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/xdg-utils/Pkgfile b/xdg-utils/Pkgfile
index 7d258aa68..684b21897 100755
--- a/xdg-utils/Pkgfile
+++ b/xdg-utils/Pkgfile
@@ -6,14 +6,12 @@
# Run on:
name=xdg-utils
-version=1.0.2
-release=2
-source=(http://portland.freedesktop.org/download/$name-$version.tgz\
- http://nutyx.meticul.eu/files/patchs/$name/$name-$version-midori-1.patch)
+version=1.1.0-rc1
+release=1
+source=(http://portland.freedesktop.org/download/$name-$version.tar.gz)
build() {
-cd $name-$version
- patch -Np1 -i ../$name-$version-midori-1.patch
+ cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man
make