summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Donahue2019-06-02 12:44:59 -0600
committerDavid Donahue2019-06-02 12:44:59 -0600
commit83bb06ad9478083384577c71ab5c8370aa8063bd (patch)
tree7da783d27492e8c98414d8d971ecab9028d8499b
parent47288a175722178e85992b059b727f9e0508870f (diff)
downloadaur-83bb06ad9478083384577c71ab5c8370aa8063bd.tar.gz
Fixed package release url on github
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7576efbee5d..de8c9bf23a34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = repocalc
pkgdesc = An ncurses RPN calculator
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/drdonahue/repocalc
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = repocalc
makedepends = pkgconf
depends = ncurses
depends = glibc
- source = https://github.com/drdonahue/repocalc/archive/repocalc-1.0.2.tar.gz
+ source = https://github.com/drdonahue/repocalc/releases/download/repocalc-1.0.2.tar.gz
sha256sums = ae3f147a0c1d00f246b642397d2e2ac15390a5105b4e269326e3aa80bd6e646e
pkgname = repocalc
diff --git a/PKGBUILD b/PKGBUILD
index 33a7aa436a18..7f1e9081b9fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: David Donahue <david at donahue6 dot us>
pkgname=repocalc
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="An ncurses RPN calculator"
arch=('any')
url="https://github.com/drdonahue/repocalc"
license=('MIT')
depends=('ncurses' 'glibc')
makedepends=('gcc' 'pkgconf')
-source=("https://github.com/drdonahue/repocalc/archive/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/drdonahue/repocalc/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('ae3f147a0c1d00f246b642397d2e2ac15390a5105b4e269326e3aa80bd6e646e')
build() {