summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Recker2021-01-09 14:22:08 +0100
committerSamuel Recker2021-01-09 14:22:08 +0100
commitc1b48370802f80e1b8bf60027af0475a6e61fda0 (patch)
treed4bb8db6ad200267bb4141bf9e5f4efbe1fa74d7 /PKGBUILD
parentdf24ba72688ede5b90d383b7982349b71b47089c (diff)
downloadaur-c1b48370802f80e1b8bf60027af0475a6e61fda0.tar.gz
Fixed source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6899b48f1dc1..0b27d8a50e46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Samuel Recker, samuel.recker at gmail dot com
pkgname=pacminder-git
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
epoch=
pkgdesc="Configurable reminder to update pacman."
@@ -10,12 +10,11 @@ license=('unknown')
groups=()
depends=('boost' 'boost-libs' 'libconfig')
makedepends=('git' 'cmake>=3.13')
-source=(git+"https://github.com/samox73/pacminder.git")
+source=("$pkgname::git+$url.git")
md5sums=("SKIP")
build() {
- mkdir "$pkgname"
cd "$pkgname"
mkdir build && cd build
cmake ..