diff options
-rw-r--r-- | pcr/stow/PKGBUILD (renamed from ~lukeshu/stow/PKGBUILD) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/~lukeshu/stow/PKGBUILD b/pcr/stow/PKGBUILD index 24a2dcb1c..a3024b7e9 100644 --- a/~lukeshu/stow/PKGBUILD +++ b/pcr/stow/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=stow -pkgver=2.1.2 +pkgver=2.2.0 pkgrel=1 pkgdesc="A program for managing the installation of software packages, keeping them separate while making them appear to be installed in the same place." arch=(any) url="https://www.gnu.org/software/$pkgname/" license=('GPL2') depends=('perl>=5.6.1') -source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz) +source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz) build() { cd "$srcdir/$pkgname-$pkgver" @@ -21,4 +21,4 @@ package() { make DESTDIR="$pkgdir/" install } -md5sums=('82857e43531cf6936aed99ef3b86b446') +md5sums=('902564d502975f353d3b0514a21863b1') |