summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom "Ravi" Hale2018-10-10 13:29:18 +0700
committerTom "Ravi" Hale2018-10-10 13:29:18 +0700
commitb5afcd73235ab9ecaf03d9313ed64c72c54a4d45 (patch)
tree898a13d81b94f8474e5cd0021f73456ee2bd1423
parentd067768a79b3351a868fc815fea107587468a0fa (diff)
downloadaur-b5afcd73235ab9ecaf03d9313ed64c72c54a4d45.tar.gz
Align to changed upstream documentation
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ce0109a19a6..5d6a54b3e16c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nixnote2-git
pkgdesc = Evernote clone (formerly Nevernote) - git checkout
- pkgver = 2.1.0.beta3.r95.g8f235769
- pkgrel = 2
+ pkgver = 2.1.0.beta4g.r17.g2065b702
+ pkgrel = 1
url = https://github.com/robert7/nixnote2
arch = x86_64
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = nixnote2-git
depends = poppler-qt5
depends = tidy
depends = qt5-webkit
- provides = nixnote=2.1.0.beta3
- provides = nixnote2=2.1.0.beta3
+ provides = nixnote=2.1.0.beta4g
+ provides = nixnote2=2.1.0.beta4g
replaces = nevernote
replaces = nixnote
replaces = nixnote-beta
diff --git a/PKGBUILD b/PKGBUILD
index ca01ac1549ff..39ef7b6690d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=nixnote2
pkgname=${_pkgname}-git
-pkgver=2.1.0.beta3.r95.g8f235769
-pkgrel=2
+pkgver=2.1.0.beta4g.r17.g2065b702
+pkgrel=1
pkgdesc='Evernote clone (formerly Nevernote) - git checkout'
url="https://github.com/robert7/$_pkgname"
arch=(x86_64)
@@ -30,7 +30,8 @@ build() {
package() {
cd "$_pkgname"
make INSTALL_ROOT="$pkgdir" install
- install -Dm644 -t "${pkgdir}/usr/share/doc/${_pkgname}/" docs/{shortcuts-howto,CHANGELOG}.md
- # Rename shortcuts.txt to align with shortcuts-howto.md:
- install -m644 shortcuts.txt "${pkgdir}/usr/share/doc/${_pkgname}/shortcuts_sample.txt"
+ install -Dm644 -t "${pkgdir}/usr/share/doc/${_pkgname}/" CONTRIBUTING.md debian/changelog
+ # shortcuts.txt is referenced in doc:
+ # https://github.com/robert7/nixnote2/wiki/HowTo---Customize-keyboard-shortcuts
+ install -Dm644 -t "${pkgdir}/usr/share/${_pkgname}/" shortcuts.txt
}