summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoris3ny2020-04-06 10:31:46 +0300
committeris3ny2020-04-06 10:31:46 +0300
commitfc723cd6207e9eebc2c6b467cb4f61ac8d169b88 (patch)
treec0df6f210b85ebf2dd4ca37ed885beaed3d04c75
parentce6437e990b4e921c270ac034027a19a472bdbc8 (diff)
downloadaur-fc723cd6207e9eebc2c6b467cb4f61ac8d169b88.tar.gz
Moved Boost from runtime to make dependencies. Moved everything to makedepends. New release 1.0.1 builds with Boost linked statically.
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b077272eac0..83bdf09ac0dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,20 @@
# Maintainer: Isabelle Lightray <supremeep@yandex.ru>
pkgname=today-todo
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="A simple todo list with deadlines."
arch=('i686' 'x86_64')
url="https://github.com/is3ny/today"
license=('BSD')
conflicts=('today')
-depends=(
- 'boost'
- 'boost-libs'
- 'git'
-)
makedepends=(
+ 'git'
'cmake'
+ 'boost'
+ 'boost-libs'
)
source=("today-${pkgver}.tar.gz::https://github.com/is3ny/today/archive/v${pkgver}.tar.gz")
-sha1sums=('45341368c62091fbe68e5f1fcdd622eb31b6d879')
+sha1sums=('7c6efe4ecb6d1d61dd5fe4b952302db612b85e38')
build() {
cd "$srcdir/today-$pkgver"