summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Palenzuela2019-08-24 23:29:18 +0200
committerManuel Palenzuela2019-08-24 23:29:18 +0200
commite7cd9e2dffbcd509e894d0c021b33a2beae2b7cb (patch)
tree3a8367d6203c56ea875e0dcc8ac4acf4f4067243
parent63bbc8edab3a246770fd734aed32a29ef480ff39 (diff)
downloadaur-e7cd9e2dffbcd509e894d0c021b33a2beae2b7cb.tar.gz
Fixed PKGBUILD
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41fa1c89bfb1..73b203be5169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jrnl-git
pkgdesc = A simple command line journal application that stores your journal in a plain text file
- pkgver = 1.9.7.r16.g15ef974
+ pkgver = 0
pkgrel = 1
url = https://jrnl.sh/
arch = any
@@ -18,9 +18,10 @@ pkgbase = jrnl-git
depends = python-xdg
depends = python-cryptography
conflicts = jrnl
- options = !emptydirs
- source = jrnl::git+https://github.com/maebert/jrnl.git
+ source = git+https://github.com/maebert/jrnl.git
md5sums = SKIP
+ sha1sums = SKIP
+ sha256sums = SKIP
pkgname = jrnl-git
diff --git a/PKGBUILD b/PKGBUILD
index 061fd5e7c73c..c69617a3c8b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jrnl-git
_gitname=jrnl
-pkgver=1.9.7.r16.g15ef974
+pkgver=0
pkgrel=1
pkgdesc="A simple command line journal application that stores your journal in a plain text file"
arch=('any')
@@ -11,10 +11,12 @@ license=('MIT')
depends=('python-asteval' 'python-dateutil' 'python-keyring' 'python-parsedatetime' \
'python-pytz' 'python-tzlocal' 'python-pyaml' 'python-six' 'python-passlib' 'python-xdg' 'python-cryptography')
makedepends=('git')
-conflicts=("${pkgname%-git}")
-options=(!emptydirs)
-source=("${pkgname%-git}::git+https://github.com/maebert/jrnl.git")
+conflicts=("jrnl")
+source=("git+https://github.com/maebert/jrnl.git")
+
md5sums=('SKIP')
+sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "$_gitname"