diff --git a/PKGBUILD b/PKGBUILD index 37583c2..19cbd7c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: David Thurstenson pkgname=tl-makepkg -pkgver=0.2 +pkgver=0.3 pkgrel=1 pkgdesc="Small utility for running makepkg, then repose to add a local non-AUR package to a custom repo" arch=('any') @@ -10,7 +10,7 @@ depends=('repose') backup=(etc/tl-makepkg.conf) source=('tl-makepkg' 'tl-makepkg.conf') -md5sums=('786357e6ade3773b04a3999bd1ebeecd' +md5sums=('737c5a07560428863b8242af4f80a1e4' '90f485bc5e44599a2e2e7b8c49a140fc') package() { diff --git a/tl-makepkg b/tl-makepkg index 1bf6e6d..9fb6b0d 100644 --- a/tl-makepkg +++ b/tl-makepkg @@ -25,7 +25,7 @@ makepkg_run() { } repose_run() { - repose ${config[REPOSE_OPTS]} --pool "${config[REPO_DIR]}" "${config[DB_FILE]}" + repose ${config[REPOSE_OPTS]} --root "${config[REPO_DIR]}" --pool "${config[REPO_DIR]}" "${config[DB_FILE]}" } config_parse "${CONFIG_FILE:-/etc/tl-makepkg.conf}"