aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-16 02:32:57 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:02:21 +0200
commit8bea88fe2f8d1c63261e5039f8422d9a84cceba3 (patch)
tree4795cdf54faa2922abeaa9337334de957e463d44
parent96cf8571bd4c3fc78f00ac53b9411d84dfc00c43 (diff)
downloadpkgbuilds-8bea88fe2f8d1c63261e5039f8422d9a84cceba3.tar.xz
Dump...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--clean.install2
3 files changed, 1 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a1b926..bc01aed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 13:48:40 UTC 2015
+# Mon Jun 1 13:48:41 UTC 2015
pkgbase = clean
pkgdesc = A pure and lazy function programming language
pkgver = 2.4
diff --git a/PKGBUILD b/PKGBUILD
index 841b35b..f958dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,5 +33,3 @@ package() {
ln -s /opt/clean/man/man1/clm.1.gz "$pkgdir"/usr/share/man/man1
install -Dm644 CleanLicenseConditions.txt "$pkgdir"/usr/share/licenses/clean/LICENSE
}
-
-# vim: set ts=2 sts=2 sw=2 noet:
diff --git a/clean.install b/clean.install
index 3a9e6fc..5cd5546 100644
--- a/clean.install
+++ b/clean.install
@@ -6,5 +6,3 @@ post_install() {
post_remove() {
echo "Remember to remove /opt/clean/bin/ from your path if you decided to add it"
}
-
-# vim: set ts=4 sw=4 noet: