summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2015-10-29 09:44:27 +0000
committerScore_Under2015-10-29 09:44:27 +0000
commit35c389f454ff5fc048943d7ee1a428cbd2a9c200 (patch)
tree345e0ecdb136471bdb338ae9d7781eba2aabbb8b
parent66348c745668eeeac5709deab25e9e8ddcb235da (diff)
downloadaur-35c389f454ff5fc048943d7ee1a428cbd2a9c200.tar.gz
Add description and URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5394fc0156bc..e2e3a512aa1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
pkgbase = ksm_preload-git
+ pkgdesc = Library which allows legacy applications to use Kernel Same-page Merging
pkgver = 0.10.4.r254cc3b
- pkgrel = 1
+ pkgrel = 2
+ url = http://vleu.net/ksm_preload/
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index a0186172c722..87a1c904a3e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,9 @@
_pkgname=ksm_preload
pkgname=$_pkgname-git
pkgver=0.10.4.r254cc3b
-pkgrel=1
+pkgrel=2
+pkgdesc='Library which allows legacy applications to use Kernel Same-page Merging'
+url=http://vleu.net/ksm_preload/
arch=(i686 x86_64)
license=GPL3
source=("git+https://github.com/unbrice/$_pkgname.git"