summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2020-04-14 06:26:16 -0500
committerotreblan2020-04-14 06:26:16 -0500
commitdfdfdf0d10d02befa811c71904d119df27e610a2 (patch)
tree3c90994bb9d9d2d9b9042717d41fe978dc59bc90
parentf5d4455b2e98bc7470b65da7445df2e2c8df9627 (diff)
downloadaur-dfdfdf0d10d02befa811c71904d119df27e610a2.tar.gz
Url updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dae43cdc1c53..30a2f11dfe8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libtree-git
pkgdesc = ldd as a tree with an option to bundle dependencies into a single folder
- pkgver = 1.0.0.r10.g8a8de63
+ pkgver = 1.0.3.r0.ga48bb32
pkgrel = 1
- url = https://github.com/otreblan/libtree
+ url = https://github.com/haampie/libtree
arch = x86_64
license = MIT
makedepends = git
@@ -13,7 +13,7 @@ pkgbase = libtree-git
depends = cppglob
provides = libtree
conflicts = libtree
- source = git+https://github.com/otreblan/libtree.git
+ source = git+https://github.com/haampie/libtree.git
md5sums = SKIP
pkgname = libtree-git
diff --git a/PKGBUILD b/PKGBUILD
index b54e1a72d1d8..40e385e32055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Otreblan <otreblain@gmail.com>
pkgname=libtree-git
-pkgver=1.0.0.r10.g8a8de63
+pkgver=1.0.3.r0.ga48bb32
pkgrel=1
pkgdesc="ldd as a tree with an option to bundle dependencies into a single folder "
arch=('x86_64')
-url="https://github.com/otreblan/libtree"
+url="https://github.com/haampie/libtree"
license=('MIT')
depends=('cppglob')
makedepends=('git' 'cmake' 'cxxopts' 'termcolor' 'elfio')