summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74f1502a62b1..dbe722f70e29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = alpm_octopi_utils-dev
pkgdesc = Alpm utils for Octopi
pkgver = 1.0.2.r1.1e735c3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aarnt/alpm_octopi_utils
arch = any
license = GPL3
makedepends = git
makedepends = vala
depends = pacman-contrib
+ provides = alpm_octopi_utils
source = git+https://github.com/aarnt/alpm_octopi_utils.git#commit=1e735c3a27803ca5b6470e946f9cac708143dfd9
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 29a85a217227..dc26f49555af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,14 @@ _gitcommit=1e735c3a27803ca5b6470e946f9cac708143dfd9
pkgname=alpm_octopi_utils-dev
pkgver=1.0.2.r1.1e735c3
-pkgrel=1
+pkgrel=2
pkgdesc='Alpm utils for Octopi'
arch=('any')
url="https://github.com/${_githubuser}/${_githubrepo}"
license=('GPL3')
depends=('pacman-contrib')
makedepends=('git' 'vala')
+provides=('alpm_octopi_utils')
source=("git+https://github.com/${_githubuser}/${_githubrepo}.git#commit=${_gitcommit}")
sha256sums=('SKIP')