summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52c854590034..24ec8e1a200c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = yup
pkgdesc = Arch Linux AUR Helper with ncurses functionality and better searching and sorting
pkgver = 0.1.7_beta
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ericm/yup
arch = any
- license = MIT
+ license = GPL3
makedepends = go>=1.12
makedepends = make
depends = pacman>=5.1
diff --git a/PKGBUILD b/PKGBUILD
index b63182c71f6d..ab6eb1ff667d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@ pkgname=yup
_pkgname=yup
pkgver="0.1.7_beta"
_pkgver="0.1.7-beta"
-pkgrel=1
+pkgrel=2
pkgdesc="Arch Linux AUR Helper with ncurses functionality and better searching and sorting"
arch=('any')
url="https://github.com/ericm/yup"
-license=('MIT')
+license=('GPL3')
source=("${_pkgname}::git+https://github.com/ericm/yup.git#tag=v${_pkgver}")
sha256sums=('SKIP')