summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Costa2022-10-04 11:28:31 -0300
committerGustavo Costa2022-10-04 11:28:31 -0300
commit4e211b4568064c1360f932362c9852044de3cba6 (patch)
tree567af52f370ccf6e2a9fd90e71d873b3f6880306
parent06ebe29952aedbe7c85064257ea20c01389e9080 (diff)
downloadaur-4e211b4568064c1360f932362c9852044de3cba6.tar.gz
Update to 0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2ed79fe821..0b3e16c35391 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = elfy
pkgdesc = Display information about ELF files
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/xfgusta/elfy
arch = x86_64
license = MIT
- source = https://github.com/xfgusta/elfy/archive/v0.1.0/elfy-0.1.0.tar.gz
- sha1sums = 85863295090cc7dfa5d21296d3c1fc343d09560b
+ source = https://github.com/xfgusta/elfy/archive/v0.2.0/elfy-0.2.0.tar.gz
+ sha1sums = 4e0acc9e09f3752cd3953a31cd9dfacf7cf15b41
pkgname = elfy
diff --git a/PKGBUILD b/PKGBUILD
index 272dbd5f4b86..5f386d9bd09d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gustavo Costa <xfgusta@gmail.com>
pkgname=elfy
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc='Display information about ELF files'
arch=(x86_64)
url="https://github.com/xfgusta/$pkgname"
license=(MIT)
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha1sums=('85863295090cc7dfa5d21296d3c1fc343d09560b')
+sha1sums=('4e0acc9e09f3752cd3953a31cd9dfacf7cf15b41')
build() {
cd "$pkgname-$pkgver"