summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkbwhodat2024-02-13 19:54:48 -0500
committerkbwhodat2024-02-13 19:54:48 -0500
commitb8754bf47d962e87642f7cb73b6b0805684c2750 (patch)
tree53255153065dd1760386451121ef005dc1d0b075
parentff35c19265ef5de57c8fd962b787897470f6f4c7 (diff)
downloadaur-b8754bf47d962e87642f7cb73b6b0805684c2750.tar.gz
fixing build to go to correct folder
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc4b6b363658..154d16393400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gonchill
pkgdesc = A CLI tool for streaming content
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/kbwhodat/gonchill
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = gonchill
makedepends = go
makedepends = git
depends = peerflix
- source = gonchill-1.0.1.tar.gz::https://github.com/kbwhodat/gonchill/releases/download/1.0.1/gonchill-1.0.1.tar.gz
+ source = gonchill-1.0.2.tar.gz::https://github.com/kbwhodat/gonchill/releases/download/1.0.2/gonchill-1.0.2.tar.gz
sha256sums = SKIP
pkgname = gonchill
diff --git a/PKGBUILD b/PKGBUILD
index 2ea5007bc40e..7e0f0d93315d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname='gonchill'
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A CLI tool for streaming content"
arch=('x86_64')