summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenTheTechGuy2020-06-16 10:11:12 -0400
committerBenTheTechGuy2020-06-16 10:11:12 -0400
commita31b0703c9d003880c7547108d9963df0d51fad3 (patch)
treee3a94ac910033df594e573d080cba856b01c26a8 /PKGBUILD
parentc0dcbfcab81e68409acf65ec8421e4782ee262ca (diff)
downloadaur-tempconvert.tar.gz
Add Upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 532cbd579199..6c8edfd16cd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgver=1.0
pkgrel=2
pkgdesc="Utility written in bash for converting temperatures between Fahrenheit and Celsius."
arch=('any')
-# url="https://benthetechguy.github.io/miscprograms/$pkgname"
+url="https://benthetechguy.github.io/miscprograms/$pkgname"
license=('GPL')
depends=('bc')
-source=("https://raw.githubusercontent.com/benthetechguy/miscprograms/master/$pkgname")
+source=("https://raw.githubusercontent.com/benthetechguy/miscprograms/master/$pkgname/$pkgname")
noextract=('$pkgname')
sha256sums=('30aa70bb28a2c5a3d81d69f06387a4660e69d65e355a0b14618ba77e0f120519')
package() {