summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8134f012a9b1..6ce822de0b38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = packageprovides
pkgdesc = Metapackage creator for Arch and Arch-based GNU/Linux distributions. Used to specify that a package provides anothers functionality, in case that is not specified in the repos or AUR.
- pkgver = 0.1
- pkgrel = 2
+ pkgver = 0.1.1
+ pkgrel = 1
url = https://git.sr.ht/~pcitechie/PackageProvides
arch = any
license = GPL
makedepends = gcc
makedepends = git
optdepends = paru: AUR dependency resolving
- source = https://git.sr.ht/~pcitechie/PackageProvides/archive/0.1.tar.gz
- md5sums = 5f61367e95dbc5363b52e57cd11c4315
+ source = https://git.sr.ht/~pcitechie/PackageProvides/archive/0.1.1.tar.gz
+ md5sums = 40833eb4986e0d049a7726c5f8525d68
pkgname = packageprovides
diff --git a/PKGBUILD b/PKGBUILD
index 7a5a62f380ee..7d86e275a792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: PCITechie <pcitechie@member.fsf.org>
pkgname=packageprovides
-pkgver=0.1
-pkgrel=2
+pkgver=0.1.1
+pkgrel=1
pkgdesc="Metapackage creator for Arch and Arch-based GNU/Linux distributions. Used to specify that a package provides anothers functionality, in case that is not specified in the repos or AUR."
arch=('any')
url="https://git.sr.ht/~pcitechie/PackageProvides"
@@ -9,7 +9,7 @@ license=('GPL')
makedepends=('gcc' 'git')
optdepends=('paru: AUR dependency resolving')
source=(https://git.sr.ht/~pcitechie/PackageProvides/archive/$pkgver.tar.gz)
-md5sums=('5f61367e95dbc5363b52e57cd11c4315')
+md5sums=('40833eb4986e0d049a7726c5f8525d68')
build() {
cd "$srcdir/PackageProvides-$pkgver"