summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRokt33r2016-04-15 08:32:13 +0900
committerRokt33r2016-04-15 08:32:13 +0900
commitb6bcda8b69bb0f5815b374202e69dd5cee71ad43 (patch)
treea77f473d322cd6bf9131a050626cf40729e1de1c
parentc997f1d645489cb75497e927d95c35ac89b3b335 (diff)
downloadaur-b6bcda8b69bb0f5815b374202e69dd5cee71ad43.tar.gz
Clean up PKGBUILD
-rw-r--r--PKGBUILD14
1 files changed, 1 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9918549755d..51bdb70bf440 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,21 +7,9 @@ pkgdesc="Opensource note app for developer"
arch=('x86_64')
url="https://b00st.io/"
license=('GPL')
-groups=()
-depends=()
-makedepends=()
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
source=(
- "https://github.com/BoostIO/boost-releases/releases/download/v0.5.9/boostnote_0.5.9_amd64.deb"
+ "https://github.com/BoostIO/boost-releases/releases/download/v$pkgver/boostnote_$pkgver_amd64.deb"
)
noextract=()