summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Gilio2018-09-05 20:14:43 -0500
committerBrett Gilio2018-09-05 20:14:43 -0500
commit5ebda4cec7143acfe1279a315408fa264dc902fe (patch)
tree6d4280d60ee887feb7bb8bbff556089a0058a472
parentf936e20238bd5ca4dbaa8a590bd683b87fb9be44 (diff)
downloadaur-5ebda4cec7143acfe1279a315408fa264dc902fe.tar.gz
Fix symlink install
-rw-r--r--.PKGBUILD.kate-swpbin77 -> 0 bytes
-rwxr-xr-x.SRCINFO2
-rw-r--r--.directory6
-rwxr-xr-xPKGBUILD2
4 files changed, 8 insertions, 2 deletions
diff --git a/.PKGBUILD.kate-swp b/.PKGBUILD.kate-swp
deleted file mode 100644
index 9eaa11d84f2e..000000000000
--- a/.PKGBUILD.kate-swp
+++ /dev/null
Binary files differ
diff --git a/.SRCINFO b/.SRCINFO
index 03c97867824a..e05cbfca8f4c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fsharp
pkgdesc = The F# Compiler, Core Library & Tools (F# Software Foundation Repository)
pkgver = 4.5_pre
- pkgrel = 1
+ pkgrel = 2
url = http://fsharp.org/
arch = any
license = MIT
diff --git a/.directory b/.directory
new file mode 100644
index 000000000000..7f2a43f99dd3
--- /dev/null
+++ b/.directory
@@ -0,0 +1,6 @@
+[Dolphin]
+Timestamp=2018,9,5,20,14,13
+Version=4
+
+[Settings]
+HiddenFilesShown=true
diff --git a/PKGBUILD b/PKGBUILD
index 8b467793f0bc..6fc152fc298f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=fsharp
pkgver=4.5_pre
-pkgrel=1
+pkgrel=2
pkgdesc="The F# Compiler, Core Library & Tools (F# Software Foundation Repository)"
arch=('any')
url="http://fsharp.org/"