summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Pérez2023-08-25 20:47:04 -0600
committerLuis Pérez2023-08-25 20:47:04 -0600
commit988d9cdbdc6c31bc682f2288a6d440115ed636a6 (patch)
treede17465124104a2e179b9a4332d75a76417961b7
parent3d69bb5bc297cfd3637b39c63d0b975c3f867c67 (diff)
downloadaur-988d9cdbdc6c31bc682f2288a6d440115ed636a6.tar.gz
fixing license and description package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57b18435b959..11d4c38a6886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = sarge
+ pkgdesc = A laptop battery-status notification daemon written in Rust.
pkgver = r36.d267056
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RedDocMD/Sarge
arch = any
- license = GPL
+ license = MIT
makedepends = git
makedepends = cargo
makedepends = dbus
diff --git a/PKGBUILD b/PKGBUILD
index a905d1f9f68d..7acd4d60df64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=sarge
_pkgname=sarge
pkgver=r36.d267056
-pkgrel=1
-pkgdesc=""
+pkgrel=2
+pkgdesc="A laptop battery-status notification daemon written in Rust."
arch=(any)
url="https://github.com/RedDocMD/Sarge"
-license=('GPL')
+license=('MIT')
groups=()
depends=()
makedepends=('git' 'cargo' 'dbus')