summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNichlas Severinsen2019-10-06 19:53:12 +0200
committerNichlas Severinsen2019-10-06 19:53:12 +0200
commitd858d01fde80c85eeffda826a3f8e0c7c9347038 (patch)
tree7e9d680399eeef3592cd2a46ef4e0b4b1c12f312
parentce6678741f5d6ddbed675b65ffa86b4b6ee7d273 (diff)
downloadaur-d858d01fde80c85eeffda826a3f8e0c7c9347038.tar.gz
Add url
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eb3957e669e..3d331c58fa46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = libray-git
pkgdesc = LibRay aims to be a Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs.
pkgver = 0.0.2
- pkgrel = 3
+ pkgrel = 4
+ url = https://notabug.org/necklace/libray
arch = any
license = GPLv3
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 45ea887bc1d3..e03aed6f073a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
pkgname=libray-git
_gitname="libray"
pkgver=0.0.2
-pkgrel=3
+pkgrel=4
+url="https://notabug.org/necklace/libray"
pkgdesc="LibRay aims to be a Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs."
arch=("any")
license=("GPLv3")