summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorx1b6e62020-09-29 12:51:08 +0700
committerx1b6e62020-09-29 12:51:08 +0700
commit80ff9d7339dff311c247ab0046c79c10640a5226 (patch)
treeaafadb7fc014928fcaa470bfb404a5c6adea089b
parentf9b9dddd096823403f3823f27c2c4fd6dbc9d670 (diff)
downloadaur-80ff9d7339dff311c247ab0046c79c10640a5226.tar.gz
Add provides section
Signed-off-by: x1b6e6 <ftdabcde@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c2217610458..375fd9b33cb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aes-git
pkgdesc = encryption utility with very simple interface
pkgver = 0.2.0.r2.gd311ffd
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/x1b6e6/aes
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = aes-git
makedepends = cmake
depends = libgcrypt
depends = docopt
+ provides = aes
conflicts = aes
source = aes::git+https://github.com/x1b6e6/aes
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4c292b1909f4..112a7219cfb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aes-git
pkgver=0.2.0.r2.gd311ffd
-pkgrel=1
+pkgrel=2
pkgdesc="encryption utility with very simple interface"
arch=('any')
url="https://github.com/x1b6e6/aes"
@@ -10,6 +10,7 @@ license=("MIT")
depends=("libgcrypt" "docopt")
makedepends=("gcc" "make" "cmake")
conflicts=("aes")
+provides=("aes")
source=("${pkgname%-git}::git+${url}")