summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd8ef634d14..e5b1efbc0796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lndir
pkgdesc = Create a shadow directory of symbolic links to another directory tree
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = http://xorg.freedesktop.org/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = lndir
license = custom
depends = glibc
conflicts = imake
- source = http://xorg.freedesktop.org/archive/individual/util/lndir-1.0.4.tar.xz
- md5sums = a56ce1f81960e4b5af1730e4f5262162
+ source = http://xorg.freedesktop.org/archive/individual/util/lndir-1.0.5.tar.xz
+ md5sums = 9b05ad499f460e432c1601742bacd40e
pkgname = lndir
diff --git a/PKGBUILD b/PKGBUILD
index fb3921d69f46..437de3243aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mastero23 <mastero23 at gmail dot com>
pkgname=lndir
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="Create a shadow directory of symbolic links to another directory tree"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('custom')
depends=('glibc')
conflicts=('imake')
source=(http://xorg.freedesktop.org/archive/individual/util/$pkgname-$pkgver.tar.xz)
-md5sums=('a56ce1f81960e4b5af1730e4f5262162')
+md5sums=('9b05ad499f460e432c1601742bacd40e')
build() {
cd "$srcdir/$pkgname-$pkgver"