summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5eb1f41cade..dd3667ebbdd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,12 @@ pkgbase = tempconvert
pkgdesc = Utility written in bash for converting temperatures between Fahrenheit and Celsius.
pkgver = 1.0
pkgrel = 2
+ url = https://benthetechguy.github.io/miscprograms/tempconvert
arch = any
license = GPL
depends = bc
noextract = $pkgname
- source = https://raw.githubusercontent.com/benthetechguy/miscprograms/master/tempconvert
+ source = https://raw.githubusercontent.com/benthetechguy/miscprograms/master/tempconvert/tempconvert
sha256sums = 30aa70bb28a2c5a3d81d69f06387a4660e69d65e355a0b14618ba77e0f120519
pkgname = tempconvert
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() {