summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-06-19 23:28:14 +0200
committerGordian Edenhofer2015-06-19 23:28:14 +0200
commit3a44a9da71ab2bd5f21197f555311dde626a41f0 (patch)
tree61c98129248714e629d021093c5bada230c5e9d3
parentda7bc1dbb35256e34962627d51481f2080a20b1d (diff)
downloadaur-3a44a9da71ab2bd5f21197f555311dde626a41f0.tar.gz
Updated url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95eb437c1dd1..5bd77b4b1280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = fakepkg
pkgdesc = A tool to reassemble installed packages from its deliverd files. It comes in handy if there is no internet connection available and you have no access to an up-to-date package cache.
pkgver = 1.21.5
pkgrel = 1
- url = https://github.com/Edenhofer/bin
+ url = https://github.com/Edenhofer/fakepkg
arch = any
license = GPL2
depends = bash>=4.2
diff --git a/PKGBUILD b/PKGBUILD
index 95f7dec2ca26..54d5d00ab2d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A tool to reassemble installed packages from its deliverd files. It comes in handy if there is no internet connection available and you have no access to an up-to-date package cache."
arch=('any')
license=('GPL2')
-url="https://github.com/Edenhofer/bin"
+url="https://github.com/Edenhofer/fakepkg"
depends=('bash>=4.2' 'pacman' 'tar' 'xz' 'gzip' 'parallel')
source=("${pkgname}-${pkgver}.zip"::"https://github.com/Edenhofer/fakepkg/archive/v${pkgver}.zip")
md5sums=('e1adf60094cfe6fd3ae9c7058a45a1ad')