diff options
author | David <dbphillipsnz@gmail.com> | 2014-12-20 23:53:08 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-12-20 23:53:08 +1300 |
commit | b2cc5d82a736ea04a539e84fda46e6385612524f (patch) | |
tree | 9b1537d97bc692ba31a8bfa66488d6e2ea1beb8b /build/PKGBUILD | |
parent | c5dc1df6bafb5a322300d852c1c47f2d1de5a14d (diff) | |
download | paramano-b2cc5d82a736ea04a539e84fda46e6385612524f.tar.xz |
Changed PKGBUILD to name local file appropriately
Diffstat (limited to 'build/PKGBUILD')
-rw-r--r-- | build/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/PKGBUILD b/build/PKGBUILD index 5b0bf0b..15cb60b 100644 --- a/build/PKGBUILD +++ b/build/PKGBUILD @@ -10,8 +10,8 @@ license=('GPL') depends=('gtk3' 'sudo') makedepends=() replaces="trayfreq-archlinux" -source=(https://github.com/phillid/${pkgname}/archive/${pkgver}.tar.gz) -sha1sums=('6171d2effaf57dbf74805264da9a69d2cedb6fba') +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phillid/${pkgname}/archive/${pkgver}.tar.gz) +sha512sums=('aa765d789fa159eea2fdbbdb8f568ba4f6bea7c7d7a26db8e46070abac0e142563002b27874e6859ec446908b14c809ad9df9d539e56eb394256e10c9cfdd1aa') backup=('etc/paramano.conf') build() { @@ -21,3 +21,4 @@ build() { package() { make install DESTDIR=${pkgdir} --directory=${srcdir}/${pkgname}-${pkgver} } + |