summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMonika Schrenk2015-12-10 19:14:42 +0100
committerMonika Schrenk2015-12-10 19:14:42 +0100
commit6faad81f5360a949d21da7fca39e452c31aad8e9 (patch)
tree7081386780a9d04e99c8acf243f69d17d386498b
parent6097b67aadf5e24f4c1371b26e7ddded022df88c (diff)
downloadaur-6faad81f5360a949d21da7fca39e452c31aad8e9.tar.gz
Adopted package.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5685f05b07f9..b252991b419e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Dec 10 18:07:36 UTC 2015
pkgbase = memo-notes
pkgdesc = memo: A CLI note taking application.
pkgver = 1.6
- pkgrel = 2
+ pkgrel = 3
url = http://www.getmemo.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 54024c5f99ad..3b10ccd58992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# See AUR interface to contact current maintainer.
+# Maintainer: Monika Schrenk <moni@random-access.org>
# Read http://thelinuxrain.com/articles/memo-note-taking-unix-style
# for some tips on how to use this.
pkgname=memo-notes
pkgver=1.6
-pkgrel=2
+pkgrel=3
pkgdesc="memo: A CLI note taking application."
arch=('i686' 'x86_64')
url="http://www.getmemo.org/"
@@ -21,7 +21,6 @@ prepare() {
-e 's/^\(PREFIX=\/usr\)\/local/\1/' \
-e '/^LDFLAGS=/d' \
Makefile
-#
}
build() {