summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e49f1df6b08c..75451eb17bd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mulle-sourcetree
pkgdesc = Project composition and maintenance with build support
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/mulle-sde/mulle-sourcetree
changelog = RELEASENOTES.md
@@ -11,6 +11,7 @@ pkgbase = mulle-sourcetree
depends = bash
depends = mulle-bashfunctions>=4.1.1
depends = mulle-env>=4.1.0
+ depends = mulle-fetch>=3.0.1
source = https://github.com/mulle-sde/mulle-sourcetree/archive/1.1.0.tar.gz
md5sums = c0b6b01ab0a8a459c110ebc00ca6b56c
diff --git a/PKGBUILD b/PKGBUILD
index f5353d423ba2..9c65eded9559 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jonathan Boyle <programmerfalcon@gmail.com>
pkgname=mulle-sourcetree
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Project composition and maintenance with build support"
arch=('any')
url="https://github.com/mulle-sde/mulle-sourcetree"
license=('BSD3')
groups=('mulle-sde-all')
-depends=('bash' 'mulle-bashfunctions>=4.1.1' 'mulle-env>=4.1.0')
+depends=('bash' 'mulle-bashfunctions>=4.1.1' 'mulle-env>=4.1.0' 'mulle-fetch>=3.0.1')
changelog="RELEASENOTES.md"
source=("https://github.com/mulle-sde/mulle-sourcetree/archive/1.1.0.tar.gz")
noextract=()