summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore22
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bda573c33243..a9f6cdcaabdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = github-release
pkgdesc = Command-line app to create and edit releases on GitHub (and upload artifacts)
- pkgver = 0.9.0
- pkgrel = 2
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://github.com/github-release/github-release
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = github-release
depends = glibc
depends = git
conflicts = github-release-bin
- source = github-release-0.9.0.tar.gz::https://github.com/github-release/github-release/archive/v0.9.0.tar.gz
- sha512sums = e215215bbb16ac8b275fd710c400b5ac1125b84250f05b276a75830536494f8b9db374021d135a952a456e9419bac952fd2258ef79d1175d539f70cf8a4c1cb8
+ source = github-release-0.10.0.tar.gz::https://github.com/github-release/github-release/archive/v0.10.0.tar.gz
+ sha512sums = ddd5dbbb9726e80ce821b53e12efe5013688c2f649e369c97f6b3a6ff2dd58cddddbc810e13604aeea7548793660208fcc112ef6622e73dc2368644b4de4c0cd
pkgname = github-release
diff --git a/.gitignore b/.gitignore
index 36de99b73cd9..018a3de08144 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,4 @@
-*.xz
-*.bz2
-*.log
-*.rpm
-*.deb
-*.tar*
-*.gz
-*.zip
-*.run
-*.whl
-*.AppImage
-*.jar
-*.tgz
-*.pdf
-
-src/
-pkg/
-*LICENSE
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 463d0e2f4eaf..7b80cdecf8af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=github-release
_name=github-release
_author=github-release
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
pkgdesc="Command-line app to create and edit releases on GitHub (and upload artifacts)"
arch=('i686' 'x86_64')
url="https://github.com/github-release/${pkgname}"
@@ -14,7 +14,7 @@ depends=('glibc' 'git')
conflicts=("${pkgname}-bin")
license=('MIT')
source=("$_name-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('e215215bbb16ac8b275fd710c400b5ac1125b84250f05b276a75830536494f8b9db374021d135a952a456e9419bac952fd2258ef79d1175d539f70cf8a4c1cb8')
+sha512sums=('ddd5dbbb9726e80ce821b53e12efe5013688c2f649e369c97f6b3a6ff2dd58cddddbc810e13604aeea7548793660208fcc112ef6622e73dc2368644b4de4c0cd')
prepare() {
cd "$pkgname-$pkgver"