summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-12-26 02:58:07 +0100
committerMichal Wojdyla2021-12-26 02:58:07 +0100
commitb1fa42c1a46c7fee15ab5db82f3dd0a933179f16 (patch)
treebb6045a44d8da1c712d87b31c6b3642c1c3b5050
parentfa8610c5257de8928e67d647b8a3263801b2da58 (diff)
downloadaur-rdis-git.tar.gz
update
-rw-r--r--.AURINFO15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
3 files changed, 6 insertions, 20 deletions
diff --git a/.AURINFO b/.AURINFO
deleted file mode 100644
index a40884d587d6..000000000000
--- a/.AURINFO
+++ /dev/null
@@ -1,15 +0,0 @@
-pkgbase = rdis-git
- pkgdesc = A graphic binary analysis tool. Check rdis-lua for some scripts that improve its functionality.
- pkgver = 20140126
- pkgrel = 1
- url = https://github.com/endeav0r/rdis
- arch = x86_64
- license = GPL3
- depends = gtk3
- depends = luajit
- depends = jansson
- depends = udis86
- source = git+http://github.com/endeav0r/rdis.git
-
-pkgname = rdis-git
-
diff --git a/.SRCINFO b/.SRCINFO
index 8a4683a37b6a..d1a807ce2b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = rdis-git
pkgdesc = A graphic binary analysis tool. Check rdis-lua for some scripts that improve its functionality.
- pkgver = 20140126
+ pkgver = 20200602
pkgrel = 1
url = https://github.com/endeav0r/rdis
arch = x86_64
license = GPL3
+ makedepends = git
depends = gtk3
depends = luajit
depends = jansson
depends = udis86
- source = git+http://github.com/endeav0r/rdis.git
+ source = git+https://github.com/endeav0r/rdis.git
md5sums = SKIP
pkgname = rdis-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6c7ecaab2175..70a5b9102ac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
pkgname=rdis-git
pkgrel=1
-pkgver=20140126
+pkgver=20200602
pkgdesc="A graphic binary analysis tool. Check rdis-lua for some scripts that improve its functionality. "
arch=(x86_64)
url="https://github.com/endeav0r/rdis"
license=('GPL3')
depends=('gtk3' 'luajit' 'jansson' 'udis86')
-source=("git+http://github.com/endeav0r/rdis.git")
+makedepends=('git')
+source=("git+https://github.com/endeav0r/rdis.git")
md5sums=('SKIP')
pkgver() {