Browse Source

uppkg -> 2.1.0-2

Noah Vogt 2 years ago
parent
commit
0a1b175792
2 changed files with 8 additions and 4 deletions
  1. 4 2
      .SRCINFO
  2. 4 2
      PKGBUILD

+ 4 - 2
.SRCINFO

@@ -1,10 +1,12 @@
 pkgbase = chromium-extension-history-disabler
-	pkgdesc = disables history in chromium by deleting history when responsible tabs are closed
+	pkgdesc = disables history by deleting history when responsible tabs are closed - chromium extension
 	pkgver = 2.1.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/aghorler/History-Disabler-for-Chromium
 	arch = any
 	license = APL2
+	provides = chromium-extension-history-disabler
+	conflicts = chromium-extension-history-disabler
 	source = history-disabler-2.1.0::git+https://github.com/aghorler/History-Disabler-for-Chromium
 	source = history-disabler.pem
 	sha256sums = SKIP

+ 4 - 2
PKGBUILD

@@ -5,8 +5,8 @@ pkgname='chromium-extension-history-disabler'
 _extension=history-disabler
 pkgver=2.1.0
 _commit=ccd2ff70017a69e3eca328bcf9d4bc9d06747e24
-pkgrel=1
-pkgdesc='disables history in chromium by deleting history when responsible tabs are closed'
+pkgrel=2
+pkgdesc='disables history by deleting history when responsible tabs are closed - chromium extension'
 license=('APL2')
 arch=('any')
 url='https://github.com/aghorler/History-Disabler-for-Chromium'
@@ -14,6 +14,8 @@ source=("$_extension-$pkgver::git+$url"
         "history-disabler.pem")
 sha256sums=("SKIP"
             "0768840a3942e2422961c37f3516c68b7b41b45f83d04bb2ce8c302ccf29235b")
+provides=('chromium-extension-history-disabler')
+conflicts=('chromium-extension-history-disabler')
 
 build() {
     pubkey="$(openssl rsa -in "$_extension.pem" -pubout -outform DER |base64 -w0)"